type TransferWiseQuote {
    allowedProfileTypes: [String]
        @deprecated(reason: "Deprecated by TransferWise.")
    collaboratorId: ID
    createdByUserId: Int @deprecated(reason: "Deprecated by TransferWise.")
    deliveryEstimate: DateTime
        @deprecated(reason: "Deprecated by TransferWise.")
    disabled: Boolean!
    disabledReason: TransferWiseQuotePaymentOptionDisabledReason
    discountFee: Float!
    fee: Float @deprecated(reason: "Deprecated by TransferWise.")
    id: String!
    iofTax: Float
    ofSourceAmount: Boolean @deprecated(reason: "Deprecated by TransferWise.")
    payIn: String!
    payInFee: Float!
    payOut: String!
    paymentMetadata: JSONObject
    percentageFee: Float!
    price: TransferWisePrice!
    profile: Int!
    rate: Float!
    recipientId: Int!
    source: String @deprecated(reason: "Deprecated by TransferWise.")
    sourceAmount: Float!
    sourceCurrency: String!
    target: String @deprecated(reason: "Deprecated by TransferWise.")
    targetAmount: Float!
    targetCurrency: String!
    totalFee: Float!
    transferwiseFee: Float!
    type: String @deprecated(reason: "Deprecated by TransferWise.")
    user: Int!
}
