public class PaymentOptions extends PayPalModel
| Constructor and Description |
|---|
PaymentOptions()
Default Constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAllowedPaymentMethod()
Getter for allowedPaymentMethod
|
Boolean |
getRecurringFlag()
Getter for recurringFlag
|
Boolean |
getSkipFmf()
Getter for skipFmf
|
PaymentOptions |
setAllowedPaymentMethod(String allowedPaymentMethod)
Setter for allowedPaymentMethod
|
PaymentOptions |
setRecurringFlag(Boolean recurringFlag)
Setter for recurringFlag
|
PaymentOptions |
setSkipFmf(Boolean skipFmf)
Setter for skipFmf
|
equals, hashCode, toJSON, toStringpublic PaymentOptions setAllowedPaymentMethod(String allowedPaymentMethod)
public String getAllowedPaymentMethod()
public PaymentOptions setRecurringFlag(Boolean recurringFlag)
public Boolean getRecurringFlag()
public PaymentOptions setSkipFmf(Boolean skipFmf)
public Boolean getSkipFmf()
Copyright © 2016. All Rights Reserved.