CardInfo 型で公開されるメンバーは以下のとおりです。

コンストラクター

  名前説明
Public メソッドCardInfo
CardInfo クラスの新しいインスタンスを初期化します

メソッド

  名前説明
Public メソッドEquals
Determines whether the specified Object is equal to the current Object.
(Object から継承されます。)
Protected メソッドFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Object から継承されます。)
Public メソッドGetHashCode
Serves as a hash function for a particular type.
(Object から継承されます。)
Public メソッドGetType
Gets the Type of the current instance.
(Object から継承されます。)
Protected メソッドMemberwiseClone
Creates a shallow copy of the current Object.
(Object から継承されます。)
Public メソッドToString
Returns a String that represents the current Object.
(Object から継承されます。)

プロパティ

  名前説明
Public プロパティCardExpire
有効期限
半角英数字
最大桁数:5
MM/YY形式
マスクはしていない
Public プロパティCardId
カードID
半角数字
最大桁数:24
Public プロパティCardNumber
マスクカード番号
半角英数字
最大桁数:19
カード番号の先頭6桁と下4桁
桁数はマスク前の桁数を維持
Public プロパティDefaultCard
標準カードフラグ
半角英数字
最大桁数:1
"1":決済時、カードを明示的に指定しない場合に使用されるカードである。
"0":決済時、カードを明示的に指定しない場合に使用されるカードでない。

参照