| Package | Description |
|---|---|
| com.paypal.api.payments |
| Modifier and Type | Method and Description |
|---|---|
Currency |
Tax.getAmount()
Getter for amount
|
Currency |
ShippingCost.getAmount()
Getter for amount
|
Currency |
PayoutItem.getAmount()
Getter for amount
|
Currency |
PayoutBatchHeader.getAmount()
Getter for amount
|
Currency |
PaymentDefinition.getAmount()
Getter for amount
|
Currency |
OverrideChargeModel.getAmount()
Getter for amount
|
Currency |
CustomAmount.getAmount()
Getter for amount
|
Currency |
Cost.getAmount()
Getter for amount
|
Currency |
ChargeModels.getAmount()
Getter for amount
|
Currency |
AgreementTransaction.getAmount()
Getter for amount
|
Currency |
AgreementStateDescriptor.getAmount()
Getter for amount
|
Currency |
Terms.getAmountRange()
Getter for amountRange
|
Currency |
AgreementTransaction.getFeeAmount()
Getter for feeAmount
|
Currency |
PayoutBatchHeader.getFees()
Getter for fees
|
Currency |
AgreementDetails.getLastPaymentAmount()
Getter for lastPaymentAmount
|
Currency |
Search.getLowerTotalAmount()
Getter for lowerTotalAmount
|
Currency |
InvoicingSearch.getLowerTotalAmount()
Getter for lowerTotalAmount
|
Currency |
Terms.getMaxBillingAmount()
Getter for maxBillingAmount
|
Currency |
AgreementTransaction.getNetAmount()
Getter for netAmount
|
Currency |
AgreementDetails.getOutstandingBalance()
Getter for outstandingBalance
|
Currency |
PayoutItemDetails.getPayoutItemFee()
Getter for payoutItemFee
|
Currency |
Sale.getReceivableAmount() |
Currency |
MerchantPreferences.getSetupFee()
Getter for setupFee
|
Currency |
Invoice.getTotalAmount()
Getter for totalAmount
|
Currency |
Sale.getTransactionFee() |
Currency |
Capture.getTransactionFee() |
Currency |
InvoiceItem.getUnitPrice()
Getter for unitPrice
|
Currency |
Search.getUpperTotalAmount()
Getter for upperTotalAmount
|
Currency |
InvoicingSearch.getUpperTotalAmount()
Getter for upperTotalAmount
|
Currency |
Currency.setCurrency(String currency)
Setter for currency
|
Currency |
Currency.setValue(String value)
Setter for value
|
| Modifier and Type | Method and Description |
|---|---|
Tax |
Tax.setAmount(Currency amount)
Setter for amount
|
ShippingCost |
ShippingCost.setAmount(Currency amount)
Setter for amount
|
PayoutItem |
PayoutItem.setAmount(Currency amount)
Setter for amount
|
PayoutBatchHeader |
PayoutBatchHeader.setAmount(Currency amount)
Setter for amount
|
PaymentDefinition |
PaymentDefinition.setAmount(Currency amount)
Setter for amount
|
OverrideChargeModel |
OverrideChargeModel.setAmount(Currency amount)
Setter for amount
|
CustomAmount |
CustomAmount.setAmount(Currency amount)
Setter for amount
|
Cost |
Cost.setAmount(Currency amount)
Setter for amount
|
ChargeModels |
ChargeModels.setAmount(Currency amount)
Setter for amount
|
AgreementTransaction |
AgreementTransaction.setAmount(Currency amount)
Setter for amount
|
AgreementStateDescriptor |
AgreementStateDescriptor.setAmount(Currency amount)
Setter for amount
|
Terms |
Terms.setAmountRange(Currency amountRange)
Setter for amountRange
|
void |
Agreement.setBalance(APIContext apiContext,
Currency currency)
Set the balance for an agreement by passing the ID of the agreement to the request URI.
|
void |
Agreement.setBalance(String accessToken,
Currency currency)
Set the balance for an agreement by passing the ID of the agreement to the request URI.
|
AgreementTransaction |
AgreementTransaction.setFeeAmount(Currency feeAmount)
Setter for feeAmount
|
PayoutBatchHeader |
PayoutBatchHeader.setFees(Currency fees)
Setter for fees
|
AgreementDetails |
AgreementDetails.setLastPaymentAmount(Currency lastPaymentAmount)
Setter for lastPaymentAmount
|
Search |
Search.setLowerTotalAmount(Currency lowerTotalAmount)
Setter for lowerTotalAmount
|
InvoicingSearch |
InvoicingSearch.setLowerTotalAmount(Currency lowerTotalAmount)
Setter for lowerTotalAmount
|
Terms |
Terms.setMaxBillingAmount(Currency maxBillingAmount)
Setter for maxBillingAmount
|
AgreementTransaction |
AgreementTransaction.setNetAmount(Currency netAmount)
Setter for netAmount
|
AgreementDetails |
AgreementDetails.setOutstandingBalance(Currency outstandingBalance)
Setter for outstandingBalance
|
PayoutItemDetails |
PayoutItemDetails.setPayoutItemFee(Currency payoutItemFee)
Setter for payoutItemFee
|
Sale |
Sale.setReceivableAmount(Currency receivableAmount) |
MerchantPreferences |
MerchantPreferences.setSetupFee(Currency setupFee)
Setter for setupFee
|
Invoice |
Invoice.setTotalAmount(Currency totalAmount)
Setter for totalAmount
|
Sale |
Sale.setTransactionFee(Currency transactionFee) |
Capture |
Capture.setTransactionFee(Currency transactionFee) |
InvoiceItem |
InvoiceItem.setUnitPrice(Currency unitPrice)
Setter for unitPrice
|
Search |
Search.setUpperTotalAmount(Currency upperTotalAmount)
Setter for upperTotalAmount
|
InvoicingSearch |
InvoicingSearch.setUpperTotalAmount(Currency upperTotalAmount)
Setter for upperTotalAmount
|
| Constructor and Description |
|---|
AgreementStateDescriptor(Currency amount)
Parameterized Constructor
|
AgreementTransaction(Currency amount,
Currency feeAmount,
Currency netAmount)
Parameterized Constructor
|
ChargeModels(String type,
Currency amount)
Parameterized Constructor
|
InvoiceItem(String name,
float quantity,
Currency unitPrice)
Parameterized Constructor
|
OverrideChargeModel(String chargeId,
Currency amount)
Parameterized Constructor
|
PaymentDefinition(String name,
String type,
String frequencyInterval,
String frequency,
String cycles,
Currency amount)
Parameterized Constructor
|
PayoutBatchHeader(String payoutBatchId,
String batchStatus,
String timeCreated,
PayoutSenderBatchHeader senderBatchHeader,
Currency amount,
Currency fees)
Parameterized Constructor
|
PayoutItem(Currency amount,
String receiver)
Parameterized Constructor
|
Terms(String type,
Currency maxBillingAmount,
String occurrences,
Currency amountRange,
String buyerEditable)
Parameterized Constructor
|
Copyright © 2015. All Rights Reserved.