SB Payment Service .NET library
Namespace: SBPaymentService.Api.Method.Data.Au
public class RequestPaymentOnSubscription : SBPaymentService.Api.ApiRequestData
Inheritance Object → DataCommonBase → ApiData → ApiRequestData → RequestPaymentOnSubscription
public string amount { get; set; }
public string cust_code { get; set; }
public string free1 { get; set; }
public string free2 { get; set; }
public string free3 { get; set; }
public string id { get; set; }
public bool IsEncrypted { get; }
public string item_id { get; set; }
public string item_name { get; set; }
public string limit_second { get; set; }
public string merchant_id { get; set; }
public string order_id { get; set; }
public string order_rowno { get; set; }
public string request_date { get; set; }
public string service_id { get; set; }
public string sps_hashcode { get; set; }
public string tax { get; set; }
public string tracking_id { get; set; }
public RequestPaymentOnSubscription()