RecurringContractEnum class

Inheritance
  • Object
  • EnumClass
  • RecurringContractEnum

Properties

hashCode int
The hash code for this object.
no setterinherited
name String
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

serializer → Serializer<RecurringContractEnum>
no setter
values → BuiltSet<RecurringContractEnum>
no setter

Static Methods

valueOf(String name) RecurringContractEnum

Constants

EXTERNAL → const RecurringContractEnum
The type of recurring contract to be used. Possible values: * ONECLICK – Payment details can be used to initiate a one-click payment, where the shopper enters the card security code (CVC/CVV). * RECURRING – Payment details can be used without the card security code to initiate card-not-present transactions. * ONECLICK,RECURRING – Payment details can be used regardless of whether the shopper is on your site or not. * PAYOUT – Payment details can be used to make a payout. * EXTERNAL - Use this when you store payment details and send the raw card number or network token directly in your API request.
ONECLICK → const RecurringContractEnum
The type of recurring contract to be used. Possible values: * ONECLICK – Payment details can be used to initiate a one-click payment, where the shopper enters the card security code (CVC/CVV). * RECURRING – Payment details can be used without the card security code to initiate card-not-present transactions. * ONECLICK,RECURRING – Payment details can be used regardless of whether the shopper is on your site or not. * PAYOUT – Payment details can be used to make a payout. * EXTERNAL - Use this when you store payment details and send the raw card number or network token directly in your API request.
oNECLICKCommaRECURRING → const RecurringContractEnum
The type of recurring contract to be used. Possible values: * ONECLICK – Payment details can be used to initiate a one-click payment, where the shopper enters the card security code (CVC/CVV). * RECURRING – Payment details can be used without the card security code to initiate card-not-present transactions. * ONECLICK,RECURRING – Payment details can be used regardless of whether the shopper is on your site or not. * PAYOUT – Payment details can be used to make a payout. * EXTERNAL - Use this when you store payment details and send the raw card number or network token directly in your API request.
PAYOUT → const RecurringContractEnum
The type of recurring contract to be used. Possible values: * ONECLICK – Payment details can be used to initiate a one-click payment, where the shopper enters the card security code (CVC/CVV). * RECURRING – Payment details can be used without the card security code to initiate card-not-present transactions. * ONECLICK,RECURRING – Payment details can be used regardless of whether the shopper is on your site or not. * PAYOUT – Payment details can be used to make a payout. * EXTERNAL - Use this when you store payment details and send the raw card number or network token directly in your API request.
RECURRING → const RecurringContractEnum
The type of recurring contract to be used. Possible values: * ONECLICK – Payment details can be used to initiate a one-click payment, where the shopper enters the card security code (CVC/CVV). * RECURRING – Payment details can be used without the card security code to initiate card-not-present transactions. * ONECLICK,RECURRING – Payment details can be used regardless of whether the shopper is on your site or not. * PAYOUT – Payment details can be used to make a payout. * EXTERNAL - Use this when you store payment details and send the raw card number or network token directly in your API request.
unknownDefaultOpenApi → const RecurringContractEnum
The type of recurring contract to be used. Possible values: * ONECLICK – Payment details can be used to initiate a one-click payment, where the shopper enters the card security code (CVC/CVV). * RECURRING – Payment details can be used without the card security code to initiate card-not-present transactions. * ONECLICK,RECURRING – Payment details can be used regardless of whether the shopper is on your site or not. * PAYOUT – Payment details can be used to make a payout. * EXTERNAL - Use this when you store payment details and send the raw card number or network token directly in your API request.