paymentContext property

  1. @JsonKey(required: true)
PaymentContext paymentContext
final

The context of this payment with information regarding currency, amount, etc.

Implementation

@JsonKey(required: true)
final PaymentContext paymentContext;