scopes property

  1. @JsonKey(name: 'scopes', toJson: paymentInitiationConsentScopeListToJson, fromJson: paymentInitiationConsentScopeListFromJson)
List<PaymentInitiationConsentScope> scopes
final

Implementation

@JsonKey(
  name: 'scopes',
  toJson: paymentInitiationConsentScopeListToJson,
  fromJson: paymentInitiationConsentScopeListFromJson,
)
final List<enums.PaymentInitiationConsentScope> scopes;