AmexInfo class abstract
AmexInfo
Properties:
- midNumber - Merchant ID (MID) number. Format: 10 numeric characters. You must provide this field when you request
gatewayContractorpaymentDesignatorContractservice levels. - reuseMidNumber - Indicates whether the Amex Merchant ID is reused from a previously setup Amex payment method. This is only applicable for
gatewayContractandpaymentDesignatorContractservice levels. The default value is false. - serviceLevel - Specifies the service level (settlement type) of this payment method. Possible values: * noContract: Adyen holds the contract with American Express. * gatewayContract: American Express receives the settlement and handles disputes, then pays out to you or your sub-merchant directly. * paymentDesignatorContract: Adyen receives the settlement, and handles disputes and payouts.
- Annotations
-
- @BuiltValue.new()
Constructors
- AmexInfo([void updates(AmexInfoBuilder b)])
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- midNumber → String?
-
Merchant ID (MID) number. Format: 10 numeric characters. You must provide this field when you request
gatewayContractorpaymentDesignatorContractservice levels.no setter - reuseMidNumber → bool?
-
Indicates whether the Amex Merchant ID is reused from a previously setup Amex payment method. This is only applicable for
gatewayContractandpaymentDesignatorContractservice levels. The default value is false.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- serviceLevel → AmexInfoServiceLevelEnum
-
Specifies the service level (settlement type) of this payment method. Possible values: * noContract: Adyen holds the contract with American Express. * gatewayContract: American Express receives the settlement and handles disputes, then pays out to you or your sub-merchant directly. * paymentDesignatorContract: Adyen receives the settlement, and handles disputes and payouts.
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
rebuild(
dynamic updates(AmexInfoBuilder)) → AmexInfo -
Rebuilds the instance.
inherited
-
toBuilder(
) → AmexInfoBuilder -
Converts the instance to a builder
B.inherited -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
-
serializer
→ Serializer<
AmexInfo> -
no setter