CheckoutObject constructor
CheckoutObject({})
Implementation
CheckoutObject({
this.url,
this.description,
this.id,
this.name,
this.pricingType,
this.isSuccessful,
this.error,
this.requestedInfo,
});
CheckoutObject({
this.url,
this.description,
this.id,
this.name,
this.pricingType,
this.isSuccessful,
this.error,
this.requestedInfo,
});