|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Invoice | |
|---|---|
| com.paypal.api.payments | |
| Uses of Invoice in com.paypal.api.payments |
|---|
| Methods in com.paypal.api.payments that return Invoice | |
|---|---|
Invoice |
Invoice.create(APIContext apiContext)
Creates a new invoice Resource. |
Invoice |
Invoice.create(String accessToken)
Creates a new invoice Resource. |
static Invoice |
Invoice.get(APIContext apiContext,
String invoiceId)
Get the invoice resource for the given identifier. |
static Invoice |
Invoice.get(String accessToken,
String invoiceId)
Get the invoice resource for the given identifier. |
Invoice |
Invoice.setBillingInfo(List<BillingInfo> billingInfo)
Setter for billingInfo |
Invoice |
Invoice.setCustom(CustomAmount custom)
Setter for custom |
Invoice |
Invoice.setDiscount(Cost discount)
Setter for discount |
Invoice |
Invoice.setId(String id)
Setter for id |
Invoice |
Invoice.setInvoiceDate(String invoiceDate)
Setter for invoiceDate |
Invoice |
Invoice.setItems(List<InvoiceItem> items)
Setter for items |
Invoice |
Invoice.setLogoUrl(String logoUrl)
Setter for logoUrl |
Invoice |
Invoice.setMerchantInfo(MerchantInfo merchantInfo)
Setter for merchantInfo |
Invoice |
Invoice.setMerchantMemo(String merchantMemo)
Setter for merchantMemo |
Invoice |
Invoice.setMetadata(Metadata metadata)
Setter for metadata |
Invoice |
Invoice.setNote(String note)
Setter for note |
Invoice |
Invoice.setNumber(String number)
Setter for number |
Invoice |
Invoice.setPaymentDetails(List<PaymentDetail> paymentDetails)
Setter for paymentDetails |
Invoice |
Invoice.setPaymentTerm(PaymentTerm paymentTerm)
Setter for paymentTerm |
Invoice |
Invoice.setRefundDetails(List<RefundDetail> refundDetails)
Setter for refundDetails |
Invoice |
Invoice.setShippingCost(ShippingCost shippingCost)
Setter for shippingCost |
Invoice |
Invoice.setShippingInfo(ShippingInfo shippingInfo)
Setter for shippingInfo |
Invoice |
Invoice.setStatus(String status)
Setter for status |
Invoice |
Invoice.setTaxCalculatedAfterDiscount(Boolean taxCalculatedAfterDiscount)
Setter for taxCalculatedAfterDiscount |
Invoice |
Invoice.setTaxInclusive(Boolean taxInclusive)
Setter for taxInclusive |
Invoice |
Invoice.setTerms(String terms)
Setter for terms |
Invoice |
Invoice.setTotalAmount(Currency totalAmount)
Setter for totalAmount |
Invoice |
Invoice.setUri(String uri)
Setter for uri |
Invoice |
Invoice.update(APIContext apiContext)
Full update of the invoice resource for the given identifier. |
Invoice |
Invoice.update(String accessToken)
Full update of the invoice resource for the given identifier. |
| Methods in com.paypal.api.payments that return types with arguments of type Invoice | |
|---|---|
List<Invoice> |
Invoices.getInvoices()
Getter for invoices |
| Method parameters in com.paypal.api.payments with type arguments of type Invoice | |
|---|---|
Invoices |
Invoices.setInvoices(List<Invoice> invoices)
Setter for invoices |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||