DPaymentMethod constructor
DPaymentMethod({})
Implementation
DPaymentMethod({
required this.id,
required this.logo,
required this.title,
required this.subTitle,
required this.subTitleKh,
required this.isDefault,
required this.status,
required this.type,
required this.createdDate,
required this.updatedDate,
});