DinersInfo class abstract
DinersInfo
Properties:
- midNumber - MID (Merchant ID) number. Required for merchants operating in Japan. Format: 14 numeric characters.
- reuseMidNumber - Indicates whether the JCB Merchant ID is reused from a previously configured JCB payment method. The default value is false. For merchants operating in Japan, this field is required and must be set to true.
- serviceLevel - Specifies the service level (settlement type) of this payment method. Required for merchants operating in Japan. Possible values: * noContract: Adyen holds the contract with JCB. * gatewayContract: JCB receives the settlement and handles disputes, then pays out to you or your sub-merchant directly.
- transactionDescription - Information regarding the transaction description. > You cannot configure the transaction description in the test environment.
- Annotations
-
- @BuiltValue.new()
Constructors
- DinersInfo([void updates(DinersInfoBuilder b)])
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- midNumber → String?
-
MID (Merchant ID) number. Required for merchants operating in Japan. Format: 14 numeric characters.
no setter
- reuseMidNumber → bool
-
Indicates whether the JCB Merchant ID is reused from a previously configured JCB payment method. The default value is false. For merchants operating in Japan, this field is required and must be set to true.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- serviceLevel → DinersInfoServiceLevelEnum?
-
Specifies the service level (settlement type) of this payment method. Required for merchants operating in Japan. Possible values: * noContract: Adyen holds the contract with JCB. * gatewayContract: JCB receives the settlement and handles disputes, then pays out to you or your sub-merchant directly.
no setter
- transactionDescription → TransactionDescriptionInfo?
-
Information regarding the transaction description. > You cannot configure the transaction description in the test environment.
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
rebuild(
dynamic updates(DinersInfoBuilder)) → DinersInfo -
Rebuilds the instance.
inherited
-
toBuilder(
) → DinersInfoBuilder -
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<
DinersInfo> -
no setter