SupportedCardTypes |
SupportedCardTypes.credit(Boolean credit) |
Set to **true** to accept credit cards.
|
SupportedCardTypes |
SupportedCardTypes.debit(Boolean debit) |
Set to **true** to accept debit cards.
|
SupportedCardTypes |
SupportedCardTypes.deferredDebit(Boolean deferredDebit) |
Set to **true** to accept cards that allow deferred debit.
|
static SupportedCardTypes |
SupportedCardTypes.fromJson(String jsonString) |
Create an instance of SupportedCardTypes given an JSON string
|
SupportedCardTypes |
StoreAndForward.getSupportedCardTypes() |
supportedCardTypes
|
SupportedCardTypes |
SupportedCardTypes.prepaid(Boolean prepaid) |
Set to **true** to accept prepaid cards.
|
SupportedCardTypes |
SupportedCardTypes.unknown(Boolean unknown) |
Set to **true** to accept card types for which the terminal can't determine the funding source while offline.
|