MerchantData constructor
MerchantData({
- int? id,
- String? uuid,
- String? depositUserId,
- String? name,
- String? description,
- String? country,
- String? returnPolicy,
- String? shippingPolicy,
- dynamic fullRefund,
- dynamic shippingFee,
- dynamic taxPercent,
- dynamic taxId,
- dynamic contactAddress,
- dynamic contactInfo,
- String? state,
- String? city,
- String? streetAddress,
- String? zip,
- dynamic category,
- String? currency,
- String? supportEmail,
- String? logo,
- dynamic meta,
- String? status,
- dynamic deletedAt,
- DateTime? createdAt,
- DateTime? updatedAt,
- String? walletAmount,
- String? walletAmountPending,
Implementation
MerchantData({
this.id,
this.uuid,
this.depositUserId,
this.name,
this.description,
this.country,
this.returnPolicy,
this.shippingPolicy,
this.fullRefund,
this.shippingFee,
this.taxPercent,
this.taxId,
this.contactAddress,
this.contactInfo,
this.state,
this.city,
this.streetAddress,
this.zip,
this.category,
this.currency,
this.supportEmail,
this.logo,
this.meta,
this.status,
this.deletedAt,
this.createdAt,
this.updatedAt,
this.walletAmount,
this.walletAmountPending,
});