public static class Gift.CreateForItemsRequest extends Request<Gift.CreateForItemsRequest>
headers, params, uri
header, headers, setIdempotencyKey, uri
public Gift.CreateForItemsRequest scheduledAt(Timestamp scheduledAt)
public Gift.CreateForItemsRequest autoClaim(Boolean autoClaim)
public Gift.CreateForItemsRequest noExpiry(Boolean noExpiry)
public Gift.CreateForItemsRequest claimExpiryDate(Timestamp claimExpiryDate)
public Gift.CreateForItemsRequest couponIds(List<String> couponIds)
public Gift.CreateForItemsRequest couponIds(String... couponIds)
public Gift.CreateForItemsRequest gifterCustomerId(String gifterCustomerId)
public Gift.CreateForItemsRequest gifterSignature(String gifterSignature)
public Gift.CreateForItemsRequest gifterNote(String gifterNote)
public Gift.CreateForItemsRequest gifterPaymentSrcId(String gifterPaymentSrcId)
public Gift.CreateForItemsRequest giftReceiverCustomerId(String giftReceiverCustomerId)
public Gift.CreateForItemsRequest giftReceiverFirstName(String giftReceiverFirstName)
public Gift.CreateForItemsRequest giftReceiverLastName(String giftReceiverLastName)
public Gift.CreateForItemsRequest giftReceiverEmail(String giftReceiverEmail)
public Gift.CreateForItemsRequest paymentIntentId(String paymentIntentId)
public Gift.CreateForItemsRequest paymentIntentGatewayAccountId(String paymentIntentGatewayAccountId)
public Gift.CreateForItemsRequest paymentIntentGwToken(String paymentIntentGwToken)
public Gift.CreateForItemsRequest paymentIntentPaymentMethodType(PaymentIntent.PaymentMethodType paymentIntentPaymentMethodType)
public Gift.CreateForItemsRequest paymentIntentReferenceId(String paymentIntentReferenceId)
@Deprecated public Gift.CreateForItemsRequest paymentIntentGwPaymentMethodId(String paymentIntentGwPaymentMethodId)
public Gift.CreateForItemsRequest paymentIntentAdditionalInformation(org.json.JSONObject paymentIntentAdditionalInformation)
public Gift.CreateForItemsRequest shippingAddressFirstName(String shippingAddressFirstName)
public Gift.CreateForItemsRequest shippingAddressLastName(String shippingAddressLastName)
public Gift.CreateForItemsRequest shippingAddressEmail(String shippingAddressEmail)
public Gift.CreateForItemsRequest shippingAddressCompany(String shippingAddressCompany)
public Gift.CreateForItemsRequest shippingAddressPhone(String shippingAddressPhone)
public Gift.CreateForItemsRequest shippingAddressLine1(String shippingAddressLine1)
public Gift.CreateForItemsRequest shippingAddressLine2(String shippingAddressLine2)
public Gift.CreateForItemsRequest shippingAddressLine3(String shippingAddressLine3)
public Gift.CreateForItemsRequest shippingAddressCity(String shippingAddressCity)
public Gift.CreateForItemsRequest shippingAddressStateCode(String shippingAddressStateCode)
public Gift.CreateForItemsRequest shippingAddressState(String shippingAddressState)
public Gift.CreateForItemsRequest shippingAddressZip(String shippingAddressZip)
public Gift.CreateForItemsRequest shippingAddressCountry(String shippingAddressCountry)
public Gift.CreateForItemsRequest shippingAddressValidationStatus(ValidationStatus shippingAddressValidationStatus)
public Gift.CreateForItemsRequest subscriptionItemItemPriceId(int index, String subscriptionItemItemPriceId)
public Gift.CreateForItemsRequest subscriptionItemQuantity(int index, Integer subscriptionItemQuantity)
public Gift.CreateForItemsRequest subscriptionItemQuantityInDecimal(int index, String subscriptionItemQuantityInDecimal)
public Params params()
params
in class Request<Gift.CreateForItemsRequest>
Copyright © 2023 ChargeBee. All rights reserved.