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: カード明細の検索ステータス
- # hasQualifiedRegistrationNumberOnly: 適格な登録番号を持つ明細のみ取得 (default:
- # false)
- (
- String, :
- String, :
- Int, :
- Int, :
- String, :
- ISO8601DateTime, :
- ISO8601DateTime, :
- ISO8601DateTime, :
- ISO8601DateTime, :
- BigDecimal, :
- BigDecimal, :
- String, :
- String, :
- String, :
- String, :
- CardTransactionsOrder, :
- CardTransactionQueryStatus, :
- Boolean :
- ): 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]
- # serialNumber: カードのシリアル番号
- (
- String, :
- String, :
- Int, :
- Int, :
- String, :
- String, :
- String, :
- CardTypeCategory!], : [
- CardState!], : [
- CardsOrder, :
- String :
- ): 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: ソート条件
- (
- String, :
- String, :
- Int, :
- Int, :
- String, :
- ISO8601DateTime, :
- ISO8601DateTime, :
- ISO8601DateTime, :
- ISO8601DateTime, :
- BigDecimal, :
- BigDecimal, :
- ChargeTransactionsOrder :
- ): ChargeTransactionConnection!
- ID! :
- # ウォレットのユーザ向け識別子
- String! :
- # ポイント残高
- 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: ソート条件
- (
- String, :
- String, :
- Int, :
- Int, :
- String, :
- ISO8601DateTime, :
- ISO8601DateTime, :
- ISO8601DateTime, :
- ISO8601DateTime, :
- BigDecimal, :
- BigDecimal, :
- DepositWithdrawal, :
- PointTransactionsOrder :
- ): PointTransactionConnection!
- # 残高
- 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: ソート条件
- (
- String, :
- String, :
- Int, :
- Int, :
- String, :
- ISO8601DateTime, :
- ISO8601DateTime, :
- ISO8601DateTime, :
- ISO8601DateTime, :
- BigDecimal, :
- BigDecimal, :
- DepositWithdrawal, :
- 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: ソート条件
- (
- String, :
- String, :
- Int, :
- Int, :
- String, :
- ISO8601DateTime, :
- ISO8601DateTime, :
- ISO8601DateTime, :
- ISO8601DateTime, :
- BigDecimal, :
- BigDecimal, :
- WalletPaymentTransactionsOrder :
- ): WalletPaymentTransactionConnection!
- }