PaymentMethodFiatAccount constructor

PaymentMethodFiatAccount({
  1. String? id,
  2. String? resource,
  3. String? resourcePath,
})

Implementation

PaymentMethodFiatAccount({this.id, this.resource, this.resourcePath});