Basket
public protocol Basket
Basket of items associated with a payment request.
-
Items in the basket
Declaration
Swift
var items: [BasketItem] { get }
VillageWalletSDK 4.0.0-alpha12 Docs (60% documented)
public protocol Basket
Basket of items associated with a payment request.
Items in the basket
Swift
var items: [BasketItem] { get }