PaymentMethod constructor
const
PaymentMethod({})
Implementation
const PaymentMethod({
this.id, this.title, this.logo, this.reference,
this.countryId,
this.countryCode,
this.currencyCode,
this.isActive,
this.fees,
this.type
});