Skip to the content.

Rakuten RMS WEB API client for .NET

< クラス一覧


PaymentCardModel

Namespace: Rakuten.RMS.Api.RakutenPayOrderAPI

public class PaymentCardModel

Inheritance ObjectPaymentCardModel

Properties

cardInstallmentDesc

支払回数 103: 3回払い 105: 5回払い 106: 6回払い 110: 10回払い 112: 12回払い 115: 15回払い 118: 18回払い 120: 20回払い 124: 24回払い

public string cardInstallmentDesc { get; set; }

Property Value

String

cardName

種類

public string cardName { get; set; }

Property Value

String

cardNumber

番号

public string cardNumber { get; set; }

Property Value

String

cardOwner

名義人

public string cardOwner { get; set; }

Property Value

String

cardPayType

支払方法 0: 一括払い 1: リボ払い 2: 分割払い 3: その他払い 4: ボーナス一括払い

public int cardPayType { get; set; }

Property Value

Int32

cardYm

有効期限

public string cardYm { get; set; }

Property Value

String

Constructors

PaymentCardModel()

public PaymentCardModel()

< クラス一覧