paymentMethodOptionId
Parameters
paymentMethodOptionId
Unique identifier for this payment option
Example:
val payerCost = PayerCost(
instalments = 3,
installmentAmount = 33.33f,
totalAmount = 100.0f,
instalmentsRate = 0.0f,
labels = listOf("interest_free")
)
Content copied to clipboard