Uses of Class
com.xerox.amazonws.fps.Address

Packages that use Address
com.xerox.amazonws.fps   
 

Uses of Address in com.xerox.amazonws.fps
 

Methods in com.xerox.amazonws.fps that return Address
 Address SingleUseInstrument.getAddress()
           
 Address RecurringInstrument.getAddress()
           
 Address PrepaidInstrument.getAddress()
           
 Address PostPaidInstrument.getAddress()
           
 Address MultiUseInstrument.getAddress()
           
 

Methods in com.xerox.amazonws.fps with parameters of type Address
 String FlexiblePaymentsService.acquireMultiUseToken(String callerReference, List<String> recipientTokens, AmountType amountType, Amount globalLimit, List<UsageLimit> usageLimits, Boolean isRecipientCobranding, Boolean collectShippingAddress, Address address, Date validityStart, Date validityExpiry, PaymentMethod paymentMethod, String returnURL, String reason)
          Generate a signed URL for the CBUI pipeline.
 String FlexiblePaymentsService.acquirePostPaidToken(String callerReferenceSender, String callerReferenceSettlement, Date validityStart, Date validityExpiry, Amount creditLimit, Amount globalAmountLimit, List<UsageLimit> usageLimits, Boolean collectShippingAddress, Address address, PaymentMethod paymentMethod, String returnURL, String reason)
          Generate a signed URL for the CBUI pipeline.
 String FlexiblePaymentsService.acquirePrepaidToken(String callerReferenceSender, String callerReferenceFunding, Amount amount, PaymentMethod paymentMethod, Date validityStart, Date validityExpiry, Boolean collectShippingAddress, Address address, String returnURL, String reason)
          Generate a signed URL for the CBUI pipeline.
 String FlexiblePaymentsService.acquireRecurringToken(String callerReference, Amount amount, int recurringInterval, RecurringGranularity recurringGranularity, Date validityStart, Date validityExpiry, PaymentMethod paymentMethod, String recipientToken, Boolean isRecipientCobranding, Boolean collectShippingAddress, Address address, String returnURL, String reason)
          Generate a signed URL for the CBUI pipeline.
 String FlexiblePaymentsService.acquireSingleUseToken(String callerReference, Amount amount, boolean reserve, PaymentMethod paymentMethod, String recipientToken, Boolean isRecipientCobranding, Boolean collectShippingAddress, Address address, Amount itemTotal, Amount shipping, Amount handling, Boolean giftWrapping, Amount discount, Amount tax, String returnURL, String reason)
          Generate a signed URL for the CBUI pipeline.
 

Constructors in com.xerox.amazonws.fps with parameters of type Address
MultiUseInstrument(String tokenId, Date expiry, Address address)
           
PostPaidInstrument(String creditInstrumentId, String creditSenderTokenId, String settlementTokenId, Date expiry, Address address)
           
PrepaidInstrument(String prepaidInstrumentId, String fundingInstrumentId, String prepaidSenderTokenId, Date expiry, Address address)
           
RecurringInstrument(String tokenId, Date expiry, Address address)
           
SingleUseInstrument(String tokenId, Date expiry, Address address)