processing property
dynamic
get
processing
inherited
If present, this property tells you about the processing state of the payment.
Implementation
@JsonKey(name: "payment_method_types", unknownEnumValue: PaymentMethodType.unknown) List<PaymentMethodType> get paymentMethodTypes;/// If present, this property tells you about the processing state of the payment.
dynamic get processing;