OBJECT

CardControl

link GraphQL Schema definition

  • type CardControl {
  • cardId: String!
  • cardLock: Boolean!
  • createdAt: ISO8601DateTime!
  • foreignPermission: Boolean!
  • id: ID!
  • # Whether the payable merchant limitation (カード利用先制限) is enabled or not.
  • isMerchantLimitationEnabled: Boolean!
  • maximumLimitInMonth: Int!
  • maximumPaymentLimit: Int!
  • # Notification Slack Channel ID
  • notificationSlackChannelId: 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.
  • payableMerchantGroupWhitelists: [PayableMerchantWhitelist!]!
  • updatedAt: ISO8601DateTime!
  • }

link Require by