inputDetails property
- @Deprecated('inputDetails has been deprecated')
- @BuiltValueField.new(wireName: r'inputDetails')
All input details to be provided to complete the payment with this payment method.
Implementation
@Deprecated('inputDetails has been deprecated')
@BuiltValueField(wireName: r'inputDetails')
BuiltList<InputDetail>? get inputDetails;