Uses of Class
com.paypal.api.payments.Currency

Packages that use Currency
com.paypal.api.payments   
 

Uses of Currency in com.paypal.api.payments
 

Methods in com.paypal.api.payments that return Currency
 Currency Tax.getAmount()
          Getter for amount
 Currency ShippingCost.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 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 MerchantPreferences.getSetupFee()
          Getter for setupFee
 Currency Invoice.getTotalAmount()
          Getter for totalAmount
 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
 

Methods in com.paypal.api.payments with parameters of type Currency
 Tax Tax.setAmount(Currency amount)
          Setter for amount
 ShippingCost ShippingCost.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
 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
 MerchantPreferences MerchantPreferences.setSetupFee(Currency setupFee)
          Setter for setupFee
 Invoice Invoice.setTotalAmount(Currency totalAmount)
          Setter for totalAmount
 InvoiceItem InvoiceItem.setUnitPrice(Currency unitPrice)
          Setter for unitPrice
 Search Search.setUpperTotalAmount(Currency upperTotalAmount)
          Setter for upperTotalAmount
 InvoicingSearch InvoicingSearch.setUpperTotalAmount(Currency upperTotalAmount)
          Setter for upperTotalAmount
 

Constructors in com.paypal.api.payments with parameters of type Currency
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
Terms(String type, Currency maxBillingAmount, String occurrences, Currency amountRange, String buyerEditable)
          Parameterized Constructor
 



Copyright © 2015. All Rights Reserved.