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

コンストラクター

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

メソッド

  名前説明
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 プロパティCreateDate
入会年月日
半角数字
最大桁数:8
YYYYMMDD形式
Public プロパティDeleteCardInfo
カード情報削除フラグ
半角数字
最大桁数:1
退会時にカード情報を削除するか否かを設定するフラグ
"1":カード情報を削除する。
"0":カード情報を削除しない。(未設定時は"0"として扱う)
Public プロパティDeleteDate
退会年月日
半角数字
最大桁数:8
YYYYMMDD形式
Public プロパティForceDeleteDate
強制退会フラグ
半角数字
最大桁数:1
継続課金中であっても強制的に退会するか否か指定するフラグ
"1":強制的に終了する。(以降課金は継続課金は発生しない。)
"0":継続課金中の場合、退会できない。(未設定時は"0"として扱う)

参照