Card class abstract

Card

Properties:

  • id - car_で始まり一意なオブジェクトを示す、最大32桁の文字列
  • object - \"card\"の固定文字列
  • created - カード作成時のタイムスタンプ
  • name - カード保有者名
  • last4 - カード番号の下四桁
  • expMonth - 有効期限月
  • expYear - 有効期限年
  • brand
  • cvcCheck - CVCコードチェックの結果
  • threeDSecureStatus - 3Dセキュアの実施結果。 加盟店において3Dセキュアが有効でない等未実施の場合null。
  • fingerprint - このクレジットカード番号に紐づく値。 同一番号のカードからは同一の値が生成されることが保証されており、 トークン化の度にトークンIDは変わりますが、この値は変わりません。
  • addressState - 都道府県
  • addressCity - 市区町村
  • addressLine1 - 番地など
  • addressLine2 - 建物名など
  • country - 2桁のISOコード(e.g. JP)
  • addressZip - 郵便番号
  • addressZipCheck - 郵便番号存在チェックの結果
  • customer - 顧客オブジェクトのID
  • metadata - キーバリューの任意データ

Constructors

Card([void updates(CardBuilder b)])
factory

Properties

addressCity String?
市区町村
no setter
addressLine1 String?
番地など
no setter
addressLine2 String?
建物名など
no setter
addressState String?
都道府県
no setter
addressZip String?
郵便番号
no setter
addressZipCheck String?
郵便番号存在チェックの結果
no setter
brand CardBrand?
no setter
country String?
2桁のISOコード(e.g. JP)
no setter
created int?
カード作成時のタイムスタンプ
no setter
customer String?
顧客オブジェクトのID
no setter
cvcCheck String?
CVCコードチェックの結果
no setter
expMonth int?
有効期限月
no setter
expYear int?
有効期限年
no setter
fingerprint String?
このクレジットカード番号に紐づく値。 同一番号のカードからは同一の値が生成されることが保証されており、 トークン化の度にトークンIDは変わりますが、この値は変わりません。
no setter
hashCode int
The hash code for this object.
no setterinherited
id String
car_で始まり一意なオブジェクトを示す、最大32桁の文字列
no setter
last4 String?
カード番号の下四桁
no setter
metadata → JsonObject?
キーバリューの任意データ
no setter
name String?
カード保有者名
no setter
object String?
\"card\"の固定文字列
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
threeDSecureStatus String?
3Dセキュアの実施結果。 加盟店において3Dセキュアが有効でない等未実施の場合null。
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(CardBuilder)) Card
Rebuilds the instance.
inherited
toBuilder() CardBuilder
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<Card>
no setter