Token class abstract

Token

Properties:

  • id - tok_で始まる一意なオブジェクトを示す文字列
  • card
  • created - このトークン作成時のタイムスタンプ
  • livemode - 本番環境かどうか
  • object - \"token\"の固定文字列
  • used - このトークンが使用済みかどうか

Constructors

Token([void updates(TokenBuilder b)])
factory

Properties

card Card
no setter
created int
このトークン作成時のタイムスタンプ
no setter
hashCode int
The hash code for this object.
no setterinherited
id String
tok_で始まる一意なオブジェクトを示す文字列
no setter
livemode bool
本番環境かどうか
no setter
object String
\"token\"の固定文字列
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
used bool
このトークンが使用済みかどうか
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(TokenBuilder)) Token
Rebuilds the instance.
inherited
toBuilder() TokenBuilder
Converts the instance to a builder B.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

serializer → Serializer<Token>
no setter