SB Payment Service .NET library
Namespace: SBPaymentService
通信データに含めるべきデータ項目を指定。order はハッシュ計算に必須の項目順番号。 リクエストデータには必須。 応答データには不要。
public class ElementAttribute : System.Attribute
Inheritance Object → Attribute → ElementAttribute
public static Regex Type9Pattern;
public static Regex TypeMPattern;
public static Regex TypeXPattern;
public int Length { get; set; }
public int MinLength { get; set; }
public string Name { get; private set; }
public bool Required { get; set; }
public int Seq { get; private set; }
public DataType Type { get; set; }
public object TypeId { get; }
public string ValidRegex { get; set; }
public ElementAttribute(int order, string name)
order
Int32
name
String