CreateCheckoutRequest constructor
CreateCheckoutRequest({
- required String idempotencyKey,
- String? note,
- CreateOrderRequest? order,
- List<
ChargeRequestAdditionalRecipient> ? additionalRecipients, - String? redirectUrl,
- bool? askForShippingAddress,
- String? merchantSupportEmail,
- String? prePopulateBuyerEmail,
- Address? prePopulateShippingAddress,
Implementation
CreateCheckoutRequest({
required this.idempotencyKey, this.note, this.order, this.additionalRecipients,
this.redirectUrl, this.askForShippingAddress, this.merchantSupportEmail,
this.prePopulateBuyerEmail, this.prePopulateShippingAddress
});