inputDetails property

  1. @Deprecated('inputDetails has been deprecated')
  2. @BuiltValueField.new(wireName: r'inputDetails')
BuiltList<InputDetail>? get 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;