public class GetPossiblePaymentMethodsResponse extends Object implements Serializable
Java class for getPossiblePaymentMethodsResponse complex type.
The following schema fragment specifies the expected content contained within this class.
| Modifier and Type | Field and Description |
|---|---|
protected PaymentMethodResult |
paymentMethodResult |
| Constructor and Description |
|---|
GetPossiblePaymentMethodsResponse() |
| Modifier and Type | Method and Description |
|---|---|
PaymentMethodResult |
getPaymentMethodResult()
Gets the value of the paymentMethodResult property.
|
void |
setPaymentMethodResult(PaymentMethodResult value)
Sets the value of the paymentMethodResult property.
|
protected PaymentMethodResult paymentMethodResult
public PaymentMethodResult getPaymentMethodResult()
PaymentMethodResultpublic void setPaymentMethodResult(PaymentMethodResult value)
value - allowed object is
PaymentMethodResultCopyright © 2021. All rights reserved.