Uses of Class
paypal.payflow.Currency
-
Uses of Currency in paypal.payflow
Methods in paypal.payflow that return CurrencyModifier and TypeMethodDescriptionInvoice.getAltTaxAmt()Gets the AltTaxAmountInvoice.getAmt()Gets the AmountLineItem.getAmt()Gets the Line Item AmountLineItem.getCost()Gets the Line Item CostInvoice.getDiscount()Gets the DiscountLineItem.getDiscount()Gets the line item Discount.Invoice.getDutyAmt()Gets the DutyAmountInvoice.getFreightAmt()Gets the Freight AmountLineItem.getFreightAmt()Gets the line item FreightAmt.Invoice.getHandlingAmt()Gets the Handling AmountLineItem.getHandlingAmt()Gets the line item HandlingAmt.Invoice.getItemAmt()Gets the line item Amount.Invoice.getLocalTaxAmt()Gets the Local Tax Amount.ECSetRequest.getMaxAmt()Gets the maxAmt parameter.Invoice.getNationalTaxAmt()Gets the National Tax AmountRecurringInfo.getOptionalTrxAmt()Gets the optionalTrxAmt parameter.Invoice.getShippingAmt()Gets the Shipping Amt.Invoice.getTaxAmt()Gets the Tax AmtLineItem.getTaxAmt()Gets the line item tax amount.LineItem.getTaxRate()Gets the Line item tax rate.Invoice.getVatTaxAmt()Gets the Vat Tax AmtMethods in paypal.payflow with parameters of type CurrencyModifier and TypeMethodDescriptionvoidInvoice.setAltTaxAmt(Currency altTaxAmt) Sets the AltTaxAmountvoidSets the AmountvoidSets the Line Item AmountvoidSets the Line item costvoidInvoice.setDiscount(Currency discount) Sets the DiscountvoidLineItem.setDiscount(Currency discount) Sets the line item Discount.voidInvoice.setDutyAmt(Currency dutyAmt) Sets the DutyAmountvoidInvoice.setFreightAmt(Currency freightAmt) Sets the Freight AmountvoidLineItem.setFreightAmt(Currency freightAmt) Sets the line item FreightAmt.voidInvoice.setHandlingAmt(Currency handlingAmt) Sets the Handling AmountvoidLineItem.setHandlingAmt(Currency handlingAmt) Sets the line item HandlingAmt.voidInvoice.setItemAmt(Currency itemAmt) Sets the line item Amount.voidInvoice.setLocalTaxAmt(Currency localTaxAmt) Sets the Local Tax Amount.voidSets the maxAmt parameter.voidInvoice.setNationalTaxAmt(Currency nationalTaxAmt) Sets the National Tax Amount.voidRecurringInfo.setOptionalTrxAmt(Currency optionalTrxAmt) Sets the optionalTrxAmt parameter.voidInvoice.setShippingAmt(Currency shippingAmt) Sets the Shipping AmtvoidSets the Tax AmtvoidSets the line item tax amount.voidLineItem.setTaxRate(Currency taxRate) Sets the Line item tax rate.voidInvoice.setVatTaxAmt(Currency vatTaxAmt) Sets the Vat Tax AmtConstructors in paypal.payflow with parameters of type CurrencyModifierConstructorDescriptionBuyerAuthVETransaction(UserInfo userInfo, CreditCard creditCard, Currency currency, String requestId) Constructor.BuyerAuthVETransaction(UserInfo userInfo, CreditCard creditCard, PayflowConnectionData payflowConnectionData, Currency currency, String requestId) Constructor.