AuthorizationPurchaseDetails constructor
const
AuthorizationPurchaseDetails({
- AuthorizationFlight? flight,
- AuthorizationFuel? fuel,
- AuthorizationLodging? lodging,
- List<
AuthorizationReceiptItem> ? receipt, - String? reference,
purchase_details_specs
Additional purchase information that is optionally provided by the merchant.
Implementation
const AuthorizationPurchaseDetails({
this.flight,
this.fuel,
this.lodging,
this.receipt,
this.reference,
});