|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RecurringGranularity | |
---|---|
com.xerox.amazonws.fps |
Uses of RecurringGranularity in com.xerox.amazonws.fps |
---|
Methods in com.xerox.amazonws.fps that return RecurringGranularity | |
---|---|
static RecurringGranularity |
RecurringGranularity.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static RecurringGranularity[] |
RecurringGranularity.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in com.xerox.amazonws.fps with parameters of type RecurringGranularity | |
---|---|
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.acquireRecurringToken(String callerReference,
Amount amount,
int recurringInterval,
RecurringGranularity recurringGranularity,
String returnURL,
String reason)
Generate a signed URL for the CBUI pipeline. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |