OBJECT
CardControl
link GraphQL Schema definition
- type CardControl {
- : String!
- : Boolean!
- : ISO8601DateTime!
- : Boolean!
- : ID!
- : Boolean!
- # Whether the payment category restriction (支払先カテゴリ制限) is enabled or not.
- : Boolean
- # Whether the payable merchant limitation (カード利用先制限) is enabled or not.
- : Boolean!
- # Whether online payment transactions are restricted
- : Boolean!
- : Int
- : Int!
- : Int
- # Notification Slack Channel ID
- : String
- # The list of payable merchant groups registered by the user.
- # Note that the list includes archived merchant groups and they are valid for
- # payment.
- : [PayableMerchantWhitelist!]!
- # The list of PaymentCategory ids prohibited for this card by the payment category
- # restriction.
- # Returned in the order in which the categories were added.
- : [ID!]!
- # Temporary card control settings for a specific period
- : TemporaryCardControl
- : ISO8601DateTime!
- }