PaymentData constructor
PaymentData({})
Implementation
PaymentData({
this.id,
this.name,
this.description,
this.label,
this.status,
this.defaultSelected,
this.selectType,
this.attributes,
});
PaymentData({
this.id,
this.name,
this.description,
this.label,
this.status,
this.defaultSelected,
this.selectType,
this.attributes,
});