PaymentMethod constructor
PaymentMethod({})
Implementation
PaymentMethod(
{this.id,
this.createdAt,
this.creditCard,
this.cash,
this.cashOnDelivery,
this.eft,
this.paypal,
this.stripe,
this.bkmExpress});