OBJECT

EtcCard

link GraphQL Schema definition

  • type EtcCard {
  • createdAt: ISO8601DateTime!
  • id: ID!
  • # Last four digits of the ETC card number.
  • # [Format]
  • # - 4 characters (digits only)
  • lastFour: String!
  • # Name of the card holder printed on the ETC card (名義人).
  • # [Format]
  • # - 1 to 26 characters (half-width alphanumeric characters or half space)
  • name: String!
  • updatedAt: ISO8601DateTime!
  • }