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()
PaymentMethodResult
public void setPaymentMethodResult(PaymentMethodResult value)
value
- allowed object is
PaymentMethodResult
Copyright © 2021. All rights reserved.