Package com.chargebee.models
Class Estimate.GiftSubscriptionForItemsRequest
java.lang.Object
com.chargebee.internal.RequestBase<U>
com.chargebee.internal.Request<Estimate.GiftSubscriptionForItemsRequest>
com.chargebee.models.Estimate.GiftSubscriptionForItemsRequest
- Enclosing class:
- Estimate
public static class Estimate.GiftSubscriptionForItemsRequest
extends Request<Estimate.GiftSubscriptionForItemsRequest>
-
Field Summary
Fields inherited from class com.chargebee.internal.RequestBase
headers, isIdempotent, isJsonRequest, params, paramsV2, subDomain, uri -
Method Summary
Modifier and TypeMethodDescriptiongiftAutoClaim(Boolean giftAutoClaim) giftClaimExpiryDate(Timestamp giftClaimExpiryDate) gifterCustomerId(String gifterCustomerId) gifterNote(String gifterNote) gifterPaymentSrcId(String gifterPaymentSrcId) gifterSignature(String gifterSignature) giftNoExpiry(Boolean giftNoExpiry) giftReceiverCustomerId(String giftReceiverCustomerId) giftReceiverEmail(String giftReceiverEmail) giftReceiverFirstName(String giftReceiverFirstName) giftReceiverLastName(String giftReceiverLastName) giftScheduledAt(Timestamp giftScheduledAt) params()paymentIntentAdditionalInformation(org.json.JSONObject paymentIntentAdditionalInformation) paymentIntentGatewayAccountId(String paymentIntentGatewayAccountId) paymentIntentGwPaymentMethodId(String paymentIntentGwPaymentMethodId) Deprecated.paymentIntentGwToken(String paymentIntentGwToken) paymentIntentId(String paymentIntentId) paymentIntentPaymentMethodType(PaymentIntent.PaymentMethodType paymentIntentPaymentMethodType) paymentIntentReferenceId(String paymentIntentReferenceId) shippingAddressCity(String shippingAddressCity) shippingAddressCompany(String shippingAddressCompany) shippingAddressCountry(String shippingAddressCountry) shippingAddressEmail(String shippingAddressEmail) shippingAddressFirstName(String shippingAddressFirstName) shippingAddressLastName(String shippingAddressLastName) shippingAddressLine1(String shippingAddressLine1) shippingAddressLine2(String shippingAddressLine2) shippingAddressLine3(String shippingAddressLine3) shippingAddressPhone(String shippingAddressPhone) shippingAddressState(String shippingAddressState) shippingAddressStateCode(String shippingAddressStateCode) shippingAddressValidationStatus(ValidationStatus shippingAddressValidationStatus) shippingAddressZip(String shippingAddressZip) subscriptionItemItemPriceId(int index, String subscriptionItemItemPriceId) subscriptionItemQuantity(int index, Integer subscriptionItemQuantity) subscriptionItemQuantityInDecimal(int index, String subscriptionItemQuantityInDecimal) 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
-
couponIds
-
couponIds
-
giftScheduledAt
-
giftAutoClaim
-
giftNoExpiry
-
giftClaimExpiryDate
-
gifterCustomerId
-
gifterSignature
-
gifterNote
-
gifterPaymentSrcId
-
giftReceiverCustomerId
public Estimate.GiftSubscriptionForItemsRequest giftReceiverCustomerId(String giftReceiverCustomerId) -
giftReceiverFirstName
-
giftReceiverLastName
-
giftReceiverEmail
-
paymentIntentId
-
paymentIntentGatewayAccountId
public Estimate.GiftSubscriptionForItemsRequest paymentIntentGatewayAccountId(String paymentIntentGatewayAccountId) -
paymentIntentGwToken
-
paymentIntentPaymentMethodType
public Estimate.GiftSubscriptionForItemsRequest paymentIntentPaymentMethodType(PaymentIntent.PaymentMethodType paymentIntentPaymentMethodType) -
paymentIntentReferenceId
public Estimate.GiftSubscriptionForItemsRequest paymentIntentReferenceId(String paymentIntentReferenceId) -
paymentIntentGwPaymentMethodId
@Deprecated public Estimate.GiftSubscriptionForItemsRequest paymentIntentGwPaymentMethodId(String paymentIntentGwPaymentMethodId) Deprecated. -
paymentIntentAdditionalInformation
public Estimate.GiftSubscriptionForItemsRequest paymentIntentAdditionalInformation(org.json.JSONObject paymentIntentAdditionalInformation) -
shippingAddressFirstName
public Estimate.GiftSubscriptionForItemsRequest shippingAddressFirstName(String shippingAddressFirstName) -
shippingAddressLastName
public Estimate.GiftSubscriptionForItemsRequest shippingAddressLastName(String shippingAddressLastName) -
shippingAddressEmail
-
shippingAddressCompany
public Estimate.GiftSubscriptionForItemsRequest shippingAddressCompany(String shippingAddressCompany) -
shippingAddressPhone
-
shippingAddressLine1
-
shippingAddressLine2
-
shippingAddressLine3
-
shippingAddressCity
-
shippingAddressStateCode
public Estimate.GiftSubscriptionForItemsRequest shippingAddressStateCode(String shippingAddressStateCode) -
shippingAddressState
-
shippingAddressZip
-
shippingAddressCountry
public Estimate.GiftSubscriptionForItemsRequest shippingAddressCountry(String shippingAddressCountry) -
shippingAddressValidationStatus
public Estimate.GiftSubscriptionForItemsRequest shippingAddressValidationStatus(ValidationStatus shippingAddressValidationStatus) -
subscriptionItemItemPriceId
public Estimate.GiftSubscriptionForItemsRequest subscriptionItemItemPriceId(int index, String subscriptionItemItemPriceId) -
subscriptionItemQuantity
public Estimate.GiftSubscriptionForItemsRequest subscriptionItemQuantity(int index, Integer subscriptionItemQuantity) -
subscriptionItemQuantityInDecimal
public Estimate.GiftSubscriptionForItemsRequest subscriptionItemQuantityInDecimal(int index, String subscriptionItemQuantityInDecimal) -
params
- Overrides:
paramsin classRequest<Estimate.GiftSubscriptionForItemsRequest>
-