PaymentOptions
data class PaymentOptions( val currency: String? = null, val locale: String? = null, val country: String? = null, val isSandbox: Boolean = true, val settings: PaymentProjectSettings? = PaymentProjectSettings(), val customParameters: CustomParameters? = null)
Content copied to clipboard
Constructors
Link copied to clipboard
fun PaymentOptions( currency: String? = null, locale: String? = null, country: String? = null, isSandbox: Boolean = true, settings: PaymentProjectSettings? = PaymentProjectSettings(), customParameters: CustomParameters? = null)
Content copied to clipboard
Properties
Link copied to clipboard
@SerializedName(value = "custom_parameters")
Content copied to clipboard