public static class Invoice.CreateRequest extends Request<Invoice.CreateRequest>
headers, params, uri
header, headers, uri
public Invoice.CreateRequest customerId(String customerId)
public Invoice.CreateRequest subscriptionId(String subscriptionId)
public Invoice.CreateRequest currencyCode(String currencyCode)
public Invoice.CreateRequest invoiceNote(String invoiceNote)
public Invoice.CreateRequest removeGeneralNote(Boolean removeGeneralNote)
public Invoice.CreateRequest poNumber(String poNumber)
@Deprecated public Invoice.CreateRequest coupon(String coupon)
public Invoice.CreateRequest couponIds(List<String> couponIds)
public Invoice.CreateRequest couponIds(String... couponIds)
public Invoice.CreateRequest authorizationTransactionId(String authorizationTransactionId)
public Invoice.CreateRequest paymentSourceId(String paymentSourceId)
public Invoice.CreateRequest autoCollection(AutoCollection autoCollection)
public Invoice.CreateRequest replacePrimaryPaymentSource(Boolean replacePrimaryPaymentSource)
public Invoice.CreateRequest shippingAddressFirstName(String shippingAddressFirstName)
public Invoice.CreateRequest shippingAddressLastName(String shippingAddressLastName)
public Invoice.CreateRequest shippingAddressEmail(String shippingAddressEmail)
public Invoice.CreateRequest shippingAddressCompany(String shippingAddressCompany)
public Invoice.CreateRequest shippingAddressPhone(String shippingAddressPhone)
public Invoice.CreateRequest shippingAddressLine1(String shippingAddressLine1)
public Invoice.CreateRequest shippingAddressLine2(String shippingAddressLine2)
public Invoice.CreateRequest shippingAddressLine3(String shippingAddressLine3)
public Invoice.CreateRequest shippingAddressCity(String shippingAddressCity)
public Invoice.CreateRequest shippingAddressStateCode(String shippingAddressStateCode)
public Invoice.CreateRequest shippingAddressState(String shippingAddressState)
public Invoice.CreateRequest shippingAddressZip(String shippingAddressZip)
public Invoice.CreateRequest shippingAddressCountry(String shippingAddressCountry)
public Invoice.CreateRequest shippingAddressValidationStatus(ValidationStatus shippingAddressValidationStatus)
public Invoice.CreateRequest paymentIntentId(String paymentIntentId)
public Invoice.CreateRequest paymentIntentGatewayAccountId(String paymentIntentGatewayAccountId)
public Invoice.CreateRequest paymentIntentGwToken(String paymentIntentGwToken)
public Invoice.CreateRequest paymentIntentReferenceId(String paymentIntentReferenceId)
@Deprecated public Invoice.CreateRequest paymentIntentGwPaymentMethodId(String paymentIntentGwPaymentMethodId)
public Invoice.CreateRequest addonId(int index, String addonId)
public Invoice.CreateRequest addonQuantity(int index, Integer addonQuantity)
public Invoice.CreateRequest addonUnitPrice(int index, Integer addonUnitPrice)
public Invoice.CreateRequest addonQuantityInDecimal(int index, String addonQuantityInDecimal)
public Invoice.CreateRequest addonUnitPriceInDecimal(int index, String addonUnitPriceInDecimal)
public Invoice.CreateRequest addonDateFrom(int index, Timestamp addonDateFrom)
public Invoice.CreateRequest addonDateTo(int index, Timestamp addonDateTo)
public Invoice.CreateRequest chargeAmount(int index, Integer chargeAmount)
public Invoice.CreateRequest chargeAmountInDecimal(int index, String chargeAmountInDecimal)
public Invoice.CreateRequest chargeDescription(int index, String chargeDescription)
public Invoice.CreateRequest chargeAvalaraSaleType(int index, AvalaraSaleType chargeAvalaraSaleType)
public Invoice.CreateRequest chargeAvalaraTransactionType(int index, Integer chargeAvalaraTransactionType)
public Invoice.CreateRequest chargeAvalaraServiceType(int index, Integer chargeAvalaraServiceType)
public Invoice.CreateRequest chargeDateFrom(int index, Timestamp chargeDateFrom)
public Invoice.CreateRequest chargeDateTo(int index, Timestamp chargeDateTo)
public Invoice.CreateRequest chargeTaxable(int index, Boolean chargeTaxable)
public Invoice.CreateRequest chargeTaxProfileId(int index, String chargeTaxProfileId)
public Invoice.CreateRequest chargeAvalaraTaxCode(int index, String chargeAvalaraTaxCode)
public Invoice.CreateRequest chargeTaxjarProductCode(int index, String chargeTaxjarProductCode)
public Invoice.CreateRequest notesToRemoveEntityType(int index, EntityType notesToRemoveEntityType)
public Invoice.CreateRequest notesToRemoveEntityId(int index, String notesToRemoveEntityId)
public Params params()
params
in class Request<Invoice.CreateRequest>
Copyright © 2020 ChargeBee. All Rights Reserved.