SetPaymentOptions Method
Sets the payment options for newly created transactions.
Syntax
void __fastcall SetPaymentOptions(String PaymentKey);Remarks
This method allows you to change the payment options for any transaction created with the CreatePayment method. After creating a payment, set the PaymentOptions you desire, and pass the PaymentKey you received from the CreatePayment response to the PaymentKey parameter of this method.