InboundTransfers constructor
const
InboundTransfers({
- required TreasurySharedResourceBillingDetails billingDetails,
- InboundTransfersPaymentMethodDetailsUsBankAccount? usBankAccount,
InboundTransfers
Implementation
const InboundTransfers({
required this.billingDetails,
this.usBankAccount,
});