VillageCustomerOptions
Options unique to using the Customer API operations.
class VillageCustomerOptions(apiKey: String, baseUrl: String, wallet: Wallet?, walletId: String?) : VillageOptions
Content copied to clipboard
Constructors
VillageCustomerOptions
Link copied to clipboard
fun VillageCustomerOptions(apiKey: String, baseUrl: String, wallet: Wallet?, walletId: String?)
Content copied to clipboard
Functions
Properties
apiKey
Link copied to clipboard
baseUrl
Link copied to clipboard
wallet
Link copied to clipboard
Which wallet to interact with for everything related to payment instruments, preferences, etc. Applies across the SDK. If a different Wallet is needed, instantiate the SDK again.
If not specified, will default to Wallet.MERCHANT.