VillageOptions
Options to configure the SDK
open class VillageOptions(apiKey: String, baseUrl: String, wallet: Wallet?)
Content copied to clipboard
Constructors
VillageOptions
Link 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.