quoteId property

String? quoteId
getter/setter pair

(optional) The ID of the quote used to create this transaction. Should be present if a quote_id was included in the POST /transactions request. Clients should be aware though that the quote_id may not be present in older implementations.

Implementation

String? quoteId;