authenticationMethod property

ListBuilder<PaymentResultAuthenticationMethodEnum> get authenticationMethod

Implementation

ListBuilder<PaymentResultAuthenticationMethodEnum> get authenticationMethod =>
    _$this._authenticationMethod ??=
        ListBuilder<PaymentResultAuthenticationMethodEnum>();
set authenticationMethod (ListBuilder<PaymentResultAuthenticationMethodEnum>? authenticationMethod)

Implementation

set authenticationMethod(
  ListBuilder<PaymentResultAuthenticationMethodEnum>? authenticationMethod,
) => _$this._authenticationMethod = authenticationMethod;