OBJECT
CardControl
link GraphQL Schema definition
- type CardControl {
- : String!
- : Boolean!
- : ISO8601DateTime!
- : Boolean!
- : ID!
- : Boolean!
- # Whether the payable merchant limitation (カード利用先制限) is enabled or not.
- : Boolean!
- : 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!]!
- # Temporary card control settings for a specific period
- : TemporaryCardControl
- : ISO8601DateTime!
- }