noContract constant

  1. @BuiltValueEnumConst.new(wireName: r'noContract')
DinersInfoServiceLevelEnum const noContract

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.

Implementation

@BuiltValueEnumConst(wireName: r'noContract')
static const DinersInfoServiceLevelEnum noContract = _$dinersInfoServiceLevelEnum_noContract;