public class PaymentMethodGrantRequest extends Request
Modifier and Type | Field and Description |
---|---|
private boolean |
allowVaulting |
private boolean |
includeBillingPostalCode |
private String |
revokeAfter |
private String |
sharedPaymentMethodToken |
Constructor and Description |
---|
PaymentMethodGrantRequest() |
Modifier and Type | Method and Description |
---|---|
PaymentMethodGrantRequest |
allowVaulting(boolean allowVaulting) |
protected RequestBuilder |
buildRequest(String root) |
PaymentMethodGrantRequest |
includeBillingPostalCode(boolean includeBillingPostalCode) |
PaymentMethodGrantRequest |
revokeAfter(String revokeAfter) |
protected PaymentMethodGrantRequest |
sharedPaymentMethodToken(String sharedPaymentMethodToken) |
String |
toXML() |
buildXMLElement, buildXMLElement, getKind, toGraphQLVariables, toQueryString, toQueryString
private String sharedPaymentMethodToken
private boolean allowVaulting
private boolean includeBillingPostalCode
private String revokeAfter
protected PaymentMethodGrantRequest sharedPaymentMethodToken(String sharedPaymentMethodToken)
public PaymentMethodGrantRequest allowVaulting(boolean allowVaulting)
public PaymentMethodGrantRequest includeBillingPostalCode(boolean includeBillingPostalCode)
public PaymentMethodGrantRequest revokeAfter(String revokeAfter)
protected RequestBuilder buildRequest(String root)
Copyright © 2013-2020. All Rights Reserved.