Purchase Payments
The Purchase operation is used in all common purchase scenarios.
It is the default in the SDK, so you usually do not need to specify it.
Android
1
2
3
4
 
val paymentOrder = PaymentOrder(
    operation = Operation.PURCHASE
    ...
)
 
 
iOS
1
 
paymentOrder.operation = .Purchase