singleUseMandate property

  1. @JsonKey.new(name: "single_use_mandate")
String? get singleUseMandate
inherited

ID of the single_use Mandate generated by the SetupIntent.

Implementation

@JsonKey(name: "payment_method_types") List<PaymentMethodType> get paymentMethodTypes;/// ID of the single_use Mandate generated by the SetupIntent.
@JsonKey(name: "single_use_mandate") String? get singleUseMandate;