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