Uses of Class
com.chargebee.models.Estimate.GiftSubscriptionForItemsRequest
Packages that use Estimate.GiftSubscriptionForItemsRequest
-
Uses of Estimate.GiftSubscriptionForItemsRequest in com.chargebee.models
Methods in com.chargebee.models that return Estimate.GiftSubscriptionForItemsRequestModifier and TypeMethodDescriptionEstimate.GiftSubscriptionForItemsRequest.giftAutoClaim(Boolean giftAutoClaim) Estimate.GiftSubscriptionForItemsRequest.giftClaimExpiryDate(Timestamp giftClaimExpiryDate) Estimate.GiftSubscriptionForItemsRequest.gifterCustomerId(String gifterCustomerId) Estimate.GiftSubscriptionForItemsRequest.gifterNote(String gifterNote) Estimate.GiftSubscriptionForItemsRequest.gifterPaymentSrcId(String gifterPaymentSrcId) Estimate.GiftSubscriptionForItemsRequest.gifterSignature(String gifterSignature) Estimate.GiftSubscriptionForItemsRequest.giftNoExpiry(Boolean giftNoExpiry) Estimate.GiftSubscriptionForItemsRequest.giftReceiverCustomerId(String giftReceiverCustomerId) Estimate.GiftSubscriptionForItemsRequest.giftReceiverEmail(String giftReceiverEmail) Estimate.GiftSubscriptionForItemsRequest.giftReceiverFirstName(String giftReceiverFirstName) Estimate.GiftSubscriptionForItemsRequest.giftReceiverLastName(String giftReceiverLastName) Estimate.GiftSubscriptionForItemsRequest.giftScheduledAt(Timestamp giftScheduledAt) Estimate.giftSubscriptionForItems()Estimate.GiftSubscriptionForItemsRequest.paymentIntentAdditionalInformation(org.json.JSONObject paymentIntentAdditionalInformation) Estimate.GiftSubscriptionForItemsRequest.paymentIntentGatewayAccountId(String paymentIntentGatewayAccountId) Estimate.GiftSubscriptionForItemsRequest.paymentIntentGwPaymentMethodId(String paymentIntentGwPaymentMethodId) Deprecated.Estimate.GiftSubscriptionForItemsRequest.paymentIntentGwToken(String paymentIntentGwToken) Estimate.GiftSubscriptionForItemsRequest.paymentIntentId(String paymentIntentId) Estimate.GiftSubscriptionForItemsRequest.paymentIntentPaymentMethodType(PaymentIntent.PaymentMethodType paymentIntentPaymentMethodType) Estimate.GiftSubscriptionForItemsRequest.paymentIntentReferenceId(String paymentIntentReferenceId) Estimate.GiftSubscriptionForItemsRequest.shippingAddressCity(String shippingAddressCity) Estimate.GiftSubscriptionForItemsRequest.shippingAddressCompany(String shippingAddressCompany) Estimate.GiftSubscriptionForItemsRequest.shippingAddressCountry(String shippingAddressCountry) Estimate.GiftSubscriptionForItemsRequest.shippingAddressEmail(String shippingAddressEmail) Estimate.GiftSubscriptionForItemsRequest.shippingAddressFirstName(String shippingAddressFirstName) Estimate.GiftSubscriptionForItemsRequest.shippingAddressLastName(String shippingAddressLastName) Estimate.GiftSubscriptionForItemsRequest.shippingAddressLine1(String shippingAddressLine1) Estimate.GiftSubscriptionForItemsRequest.shippingAddressLine2(String shippingAddressLine2) Estimate.GiftSubscriptionForItemsRequest.shippingAddressLine3(String shippingAddressLine3) Estimate.GiftSubscriptionForItemsRequest.shippingAddressPhone(String shippingAddressPhone) Estimate.GiftSubscriptionForItemsRequest.shippingAddressState(String shippingAddressState) Estimate.GiftSubscriptionForItemsRequest.shippingAddressStateCode(String shippingAddressStateCode) Estimate.GiftSubscriptionForItemsRequest.shippingAddressValidationStatus(ValidationStatus shippingAddressValidationStatus) Estimate.GiftSubscriptionForItemsRequest.shippingAddressZip(String shippingAddressZip) Estimate.GiftSubscriptionForItemsRequest.subscriptionItemItemPriceId(int index, String subscriptionItemItemPriceId) Estimate.GiftSubscriptionForItemsRequest.subscriptionItemQuantity(int index, Integer subscriptionItemQuantity) Estimate.GiftSubscriptionForItemsRequest.subscriptionItemQuantityInDecimal(int index, String subscriptionItemQuantityInDecimal)