PaymentOptions

fun PaymentOptions(    currency: String? = null,     locale: String? = null,     isSandbox: Boolean = true,     settings: PaymentProjectSettings? = PaymentProjectSettings(),     customParameters: CustomParameters? = null)

Sources

Link copied to clipboard