CommercePayload constructor
CommercePayload({})
Implementation
CommercePayload({
this.clientKey = '',
this.name,
this.memo,
this.user,
this.price = 0,
this.redirectUrl,
this.usageApiUrl,
this.useAutoLogin = false,
this.requestId,
this.useNotification = false,
this.products,
this.metadata,
this.extra,
});