| Package | Description |
|---|---|
| com.paypal.api.payments |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
List<Invoice> |
Invoices.getInvoices()
Getter for invoices
|
| Modifier and Type | Method and Description |
|---|---|
Invoices |
Invoices.setInvoices(List<Invoice> invoices)
Setter for invoices
|
Copyright © 2015. All Rights Reserved.