PaymentMethodUsBankAccountStatusDetails constructor

const PaymentMethodUsBankAccountStatusDetails({
  1. PaymentMethodUsBankAccountBlocked? blocked,
})

Contains information about the future reusability of this PaymentMethod.

Implementation

const PaymentMethodUsBankAccountStatusDetails({this.blocked});