AppleAccountTransactionInfo
No description
input AppleAccountTransactionInfo {
accountID: String!
creditDebitIndicator: Int!
foreignCurrencyAmount: AppleCurrencyAmount
id: String!
merchantCategoryCode: Int
merchantName: String
originalTransactionDescription: String!
postedDate: String
status: Int!
transactionAmount: AppleCurrencyAmount!
transactionDate: String!
transactionDescription: String!
transactionType: Int!
}