toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final billingAccountPurchaseInfos = this.billingAccountPurchaseInfos;
final skus = this.skus;
return {
'billingAccountPurchaseInfos': ?billingAccountPurchaseInfos,
'skus': ?skus,
};
}