pub type GetTransactionResponse = GetTransactionResponse200Body;

Aliased Type§

struct GetTransactionResponse {
    pub transaction: Option<Transaction>,
    pub last_transaction_id: Option<String>,
}

Fields§

§transaction: Option<Transaction>

The base Transaction specification. Specifies properties that are common between all Transaction.

§last_transaction_id: Option<String>

The ID of the most recent Transaction created for the Account format: String representation of the numerical OANDA-assigned TransactionID