CancellationQuote
public struct CancellationQuote
This represents the details about the cancellation such as refund and expiration date and the corresponding Order
-
Total amount that will be refunded
Declaration
Swift
public let totalRefund: Price
-
Charge for cancellation
Declaration
Swift
public let cancellationCharge: Price
-
The cancellation quote is only valid until this date
Declaration
Swift
public let expirationDate: Date
-
Per product cancellation quotes
Declaration
Swift
public let products: [ProductCancellationQuote]
-
The array of cancellation reasons provided for user to choose
Declaration
Swift
public let cancellationReasons: [CancellationReason]