scaOnApproval property

  1. @BuiltValueField.new(wireName: r'scaOnApproval')
bool? get scaOnApproval

Indicates whether to initiate Strong Customer Authentication (SCA) later, during approval, or immediately after you submit this request. Possible values: * true: you can initiate SCA later, during approval, for all pending transfer limits. * false (default): you initiate SCA immediately after submitting the transfer limit request.

Implementation

@BuiltValueField(wireName: r'scaOnApproval')
bool? get scaOnApproval;