InternationalCreditTransferQuote
International Quote
type InternationalCreditTransferQuote {
exchangeRate: String!
sourceAmount: Amount!
targetAmount: Amount!
feesAmount: Amount!
}
Fields
InternationalCreditTransferQuote.exchangeRate
● String!
non-null scalar
Rate of the quote
InternationalCreditTransferQuote.sourceAmount
● Amount!
non-null object
Source amount of the quote
InternationalCreditTransferQuote.targetAmount
● Amount!
non-null object
target amount of the quote
InternationalCreditTransferQuote.feesAmount
● Amount!
non-null object
Fees
Returned By
internationalCreditTransferQuote
query
Member Of
InitiateInternationalCreditTransferResponseSuccessPayload
object