OBJECT

Wallet

link GraphQL Schema definition

  • type Wallet {
  • # Walletに属するカード利用明細
  • #
  • # Arguments
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # last: Returns the last _n_ elements from the list.
  • # keyword: 摘要やカード名義人を部分一致検索
  • # transactionTimeGte: 取引時刻以降
  • # transactionTimeLte: 取引時刻以前
  • # updatedAtGte: 更新時刻以降
  • # updatedAtLte: 更新時刻以前
  • # amountGte: 金額以上
  • # amountLte: 金額以下
  • # lastFour: カード下4桁
  • # cardName: カード名義
  • # merchantName: 支払先名で摘要を部分一致検索
  • # cardId: カードID
  • # order: [Not documented]
  • # status: カード明細の検索ステータス
  • cardTransactions(
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • keyword: String,
  • transactionTimeGte: ISO8601DateTime,
  • transactionTimeLte: ISO8601DateTime,
  • updatedAtGte: ISO8601DateTime,
  • updatedAtLte: ISO8601DateTime,
  • amountGte: BigDecimal,
  • amountLte: BigDecimal,
  • lastFour: String,
  • cardName: String,
  • merchantName: String,
  • cardId: String,
  • order: CardTransactionsOrder,
  • status: CardTransactionQueryStatus
  • ): CardTransactionConnection!
  • # Walletに属するカードリスト
  • #
  • # Arguments
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # last: Returns the last _n_ elements from the list.
  • # keyword: カード名義、カード利用者、管理部門
  • # lastFour: カード下4桁
  • # expirationDate: カード有効期限`YYYYMM`
  • # cardTypes: [Not documented]
  • # states: [Not documented]
  • # order: [Not documented]
  • cards(
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • keyword: String,
  • lastFour: String,
  • expirationDate: String,
  • cardTypes: [CardTypeCategory!],
  • states: [CardState!],
  • order: CardsOrder
  • ): CardConnection!
  • # Walletへの入金専用口座経由のチャージ履歴
  • #
  • # Arguments
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # last: Returns the last _n_ elements from the list.
  • # keyword: 摘要に部分一致
  • # transactionTimeGte: 取引時刻以降
  • # transactionTimeLte: 取引時刻以前
  • # updatedAtGte: 更新時刻以降
  • # updatedAtLte: 更新時刻以前
  • # amountGte: 金額以上
  • # amountLte: 金額以下
  • # order: ソート条件
  • chargeTransactions(
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • keyword: String,
  • transactionTimeGte: ISO8601DateTime,
  • transactionTimeLte: ISO8601DateTime,
  • updatedAtGte: ISO8601DateTime,
  • updatedAtLte: ISO8601DateTime,
  • amountGte: BigDecimal,
  • amountLte: BigDecimal,
  • order: ChargeTransactionsOrder
  • ): ChargeTransactionConnection!
  • id: ID!
  • # ウォレットのユーザ向け識別子
  • identificationCode: String!
  • # ポイント残高
  • point: Point!
  • # Walletのポイント入出金履歴
  • #
  • # Arguments
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # last: Returns the last _n_ elements from the list.
  • # keyword: 摘要に部分一致
  • # transactionTimeGte: 取引時刻以降
  • # transactionTimeLte: 取引時刻以前
  • # updatedAtGte: 更新時刻以降
  • # updatedAtLte: 更新時刻以前
  • # amountGte: 金額以上
  • # amountLte: 金額以下
  • # depositWithdrawalType: 入出金種別
  • # order: ソート条件
  • pointTransactions(
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • keyword: String,
  • transactionTimeGte: ISO8601DateTime,
  • transactionTimeLte: ISO8601DateTime,
  • updatedAtGte: ISO8601DateTime,
  • updatedAtLte: ISO8601DateTime,
  • amountGte: BigDecimal,
  • amountLte: BigDecimal,
  • depositWithdrawalType: DepositWithdrawal,
  • order: PointTransactionsOrder
  • ): PointTransactionConnection!
  • # 残高
  • value: Value!
  • # Walletの入出金履歴
  • #
  • # Arguments
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # last: Returns the last _n_ elements from the list.
  • # keyword: 摘要に部分一致
  • # transactionTimeGte: 取引時刻以降
  • # transactionTimeLte: 取引時刻以前
  • # updatedAtGte: 更新時刻以降
  • # updatedAtLte: 更新時刻以前
  • # amountGte: 金額以上
  • # amountLte: 金額以下
  • # depositWithdrawalType: 入出金種別
  • # order: ソート条件
  • valueTransactions(
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • keyword: String,
  • transactionTimeGte: ISO8601DateTime,
  • transactionTimeLte: ISO8601DateTime,
  • updatedAtGte: ISO8601DateTime,
  • updatedAtLte: ISO8601DateTime,
  • amountGte: BigDecimal,
  • amountLte: BigDecimal,
  • depositWithdrawalType: DepositWithdrawal,
  • order: ValueTransactionsOrder
  • ): ValueTransactionConnection!
  • # Wallet払いの決済履歴
  • #
  • # Arguments
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # last: Returns the last _n_ elements from the list.
  • # keyword: 摘要に部分一致
  • # transactionTimeGte: 取引時刻以降
  • # transactionTimeLte: 取引時刻以前
  • # updatedAtGte: 更新時刻以降
  • # updatedAtLte: 更新時刻以前
  • # amountGte: 金額以上
  • # amountLte: 金額以下
  • # order: ソート条件
  • walletPaymentTransactions(
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • keyword: String,
  • transactionTimeGte: ISO8601DateTime,
  • transactionTimeLte: ISO8601DateTime,
  • updatedAtGte: ISO8601DateTime,
  • updatedAtLte: ISO8601DateTime,
  • amountGte: BigDecimal,
  • amountLte: BigDecimal,
  • order: WalletPaymentTransactionsOrder
  • ): WalletPaymentTransactionConnection!
  • }

link Require by