Uses of Class
com.chargebee.models.Invoice.CreateRequest

Packages that use Invoice.CreateRequest
com.chargebee.models   
 

Uses of Invoice.CreateRequest in com.chargebee.models
 

Methods in com.chargebee.models that return Invoice.CreateRequest
 Invoice.CreateRequest Invoice.CreateRequest.addonId(int index, String addonId)
           
 Invoice.CreateRequest Invoice.CreateRequest.addonQuantity(int index, Integer addonQuantity)
           
 Invoice.CreateRequest Invoice.CreateRequest.chargeAmount(int index, Integer chargeAmount)
           
 Invoice.CreateRequest Invoice.CreateRequest.chargeDescription(int index, String chargeDescription)
           
 Invoice.CreateRequest Invoice.CreateRequest.coupon(String coupon)
           
static Invoice.CreateRequest Invoice.create()
           
 Invoice.CreateRequest Invoice.CreateRequest.customerId(String customerId)
           
 Invoice.CreateRequest Invoice.CreateRequest.poNumber(String poNumber)
           
 Invoice.CreateRequest Invoice.CreateRequest.shippingAddressCity(String shippingAddressCity)
           
 Invoice.CreateRequest Invoice.CreateRequest.shippingAddressCompany(String shippingAddressCompany)
           
 Invoice.CreateRequest Invoice.CreateRequest.shippingAddressCountry(String shippingAddressCountry)
           
 Invoice.CreateRequest Invoice.CreateRequest.shippingAddressEmail(String shippingAddressEmail)
           
 Invoice.CreateRequest Invoice.CreateRequest.shippingAddressFirstName(String shippingAddressFirstName)
           
 Invoice.CreateRequest Invoice.CreateRequest.shippingAddressLastName(String shippingAddressLastName)
           
 Invoice.CreateRequest Invoice.CreateRequest.shippingAddressLine1(String shippingAddressLine1)
           
 Invoice.CreateRequest Invoice.CreateRequest.shippingAddressLine2(String shippingAddressLine2)
           
 Invoice.CreateRequest Invoice.CreateRequest.shippingAddressLine3(String shippingAddressLine3)
           
 Invoice.CreateRequest Invoice.CreateRequest.shippingAddressPhone(String shippingAddressPhone)
           
 Invoice.CreateRequest Invoice.CreateRequest.shippingAddressState(String shippingAddressState)
           
 Invoice.CreateRequest Invoice.CreateRequest.shippingAddressStateCode(String shippingAddressStateCode)
           
 Invoice.CreateRequest Invoice.CreateRequest.shippingAddressZip(String shippingAddressZip)
           
 



Copyright © 2015 ChargeBee. All Rights Reserved.