Class RecurringCharge
会員課金情報のクラス
Inheritance
object
RecurringCharge
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: jp.veritrans.tercerog.mdk.dto
Assembly: cg-mdk-dto.dll
Syntax
public class RecurringCharge
Properties
CardId
カードID
半角数字
最大桁数:24
Declaration
[JsonProperty("cardId")]
public string CardId { get; set; }
Property Value
Type | Description |
---|---|
string |
GroupId
課金グループID
半角英数字
最大桁数:24
継続課金対象の課金グループID
事前に登録してあるIDのみ指定可能
Declaration
[JsonProperty("groupId")]
public string GroupId { get; set; }
Property Value
Type | Description |
---|---|
string |