Package com.chargebee.models
Class Card.UpdateCardForCustomerRequest
java.lang.Object
com.chargebee.internal.RequestBase<U>
com.chargebee.internal.Request<Card.UpdateCardForCustomerRequest>
com.chargebee.models.Card.UpdateCardForCustomerRequest
- Enclosing class:
- Card
public static class Card.UpdateCardForCustomerRequest
extends Request<Card.UpdateCardForCustomerRequest>
-
Field Summary
Fields inherited from class com.chargebee.internal.RequestBase
headers, isIdempotent, isJsonRequest, params, paramsV2, subDomain, uri -
Method Summary
Modifier and TypeMethodDescriptionbillingAddr1(String billingAddr1) billingAddr2(String billingAddr2) billingCity(String billingCity) billingCountry(String billingCountry) billingState(String billingState) billingStateCode(String billingStateCode) billingZip(String billingZip) customerVatNumber(String customerVatNumber) Deprecated.expiryMonth(Integer expiryMonth) expiryYear(Integer expiryYear) Deprecated.gatewayAccountId(String gatewayAccountId) Deprecated.params()preferredScheme(Card.PreferredScheme preferredScheme) Methods inherited from class com.chargebee.internal.Request
httpMeth, param, pathParam, request, request, setIdempotencyMethods inherited from class com.chargebee.internal.RequestBase
header, headers, paramsV2, setIdempotencyKey, uri
-
Method Details
-
gateway
Deprecated. -
gatewayAccountId
-
tmpToken
-
firstName
-
lastName
-
number
-
expiryMonth
-
expiryYear
-
cvv
-
preferredScheme
-
billingAddr1
-
billingAddr2
-
billingCity
-
billingStateCode
-
billingState
-
billingZip
-
billingCountry
-
ipAddress
Deprecated. -
customerVatNumber
Deprecated. -
params
- Overrides:
paramsin classRequest<Card.UpdateCardForCustomerRequest>
-