CreateCheckoutRequest constructor

CreateCheckoutRequest({
  1. required String idempotencyKey,
  2. String? note,
  3. CreateOrderRequest? order,
  4. List<ChargeRequestAdditionalRecipient>? additionalRecipients,
  5. String? redirectUrl,
  6. bool? askForShippingAddress,
  7. String? merchantSupportEmail,
  8. String? prePopulateBuyerEmail,
  9. Address? prePopulateShippingAddress,
})

Implementation

CreateCheckoutRequest({
  required this.idempotencyKey, this.note, this.order, this.additionalRecipients,
this.redirectUrl, this.askForShippingAddress, this.merchantSupportEmail,
this.prePopulateBuyerEmail, this.prePopulateShippingAddress
});