Partner constructor
Partner({})
Implementation
Partner({
this.id,
this.logoUrl,
this.partnerName,
this.provider,
this.vendorName,
this.paymentVendorId,
this.paymentPartnerId,
this.paymentAcknowledgmentRoute,
this.currency,
this.status,
this.vendorType,
this.partnerType,
});