PaymentOptions Property
Used to set and retrieve options for a newly created payment.
Syntax
[VB.NET] Public Property PaymentOptions As PaymentOptions
[C#] public PaymentOptions PaymentOptions {get; set;}
Remarks
If you use the CreatePayment method to set up a payment transaction, you can then change the PaymentOptions and call SetPaymentOptions to update the transaction. Then call ExecutePayment to fulfill the transaction. Calling GetPaymentOptions will retrieve the PaymentOptions for a transaction.