PaymentSDK
Mobile payment SDK
|
Describes how the recurring transaction is related to previous/following transaction(s). More...
Public Instance Methods | |
Periodic () | |
Constructor. More... | |
Periodic (WirecardPeriodicType periodicType, WirecardSequenceType sequenceType) | |
Constructor. More... | |
WirecardPeriodicType | getPeriodicType () |
Returns periodic type - indicates how and why a Payment occurs more than once. More... | |
void | setPeriodicType (WirecardPeriodicType periodicType) |
Sets periodic type - indicates how and why a Payment occurs more than once. More... | |
WirecardSequenceType | getSequenceType () |
Returns sequence type - indicates the sequence of the recurring transaction. More... | |
void | setSequenceType (WirecardSequenceType sequenceType) |
Sets sequence type - indicates the sequence of the recurring transaction. More... | |
Private Fields | |
WirecardPeriodicType | periodicType |
Indicates how and why a Payment occurs more than once. More... | |
WirecardSequenceType | sequenceType |
Indicates the sequence of the recurring transaction. More... | |
Describes how the recurring transaction is related to previous/following transaction(s).
|
inline |
Constructor.
|
inline |
Constructor.
periodicType | Indicates how and why a Payment occurs more than once. |
sequenceType | Indicates the sequence of the recurring transaction. |
|
inline |
Returns periodic type - indicates how and why a Payment occurs more than once.
|
inline |
Returns sequence type - indicates the sequence of the recurring transaction.
|
inline |
Sets periodic type - indicates how and why a Payment occurs more than once.
periodicType |
|
inline |
Sets sequence type - indicates the sequence of the recurring transaction.
sequenceType |
|
private |
Indicates how and why a Payment occurs more than once.
It is intended as differentiation for the merchant's use. Which of the two periodic type is chosen depends on the merchant's business model.
|
private |
Indicates the sequence of the recurring transaction.