Class ScoreatpayCaptureRequestDto
決済サービスタイプ:スコア@払い、コマンド名:決済確定の要求Dtoクラス
Implements
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
Namespace: jp.veritrans.tercerog.mdk.dto
Assembly: cg-mdk-dto.dll
Syntax
public class ScoreatpayCaptureRequestDto : AbstractPaymentRequestDto, IRequestDto
Properties
DeliveryId
配送先ID
文字列 最大桁数:25
ScoreatpayAuthorizeRequestDtoで設定した値を設定します。
Declaration
[JsonProperty("deliveryId")]
public string DeliveryId { get; set; }
Property Value
Type | Description |
---|---|
string |
MaskedLog
ログ用文字列(マスク済み)を設定する @param maskedLog ログ用文字列(マスク済み)
Declaration
[JsonIgnore]
public override string MaskedLog { set; }
Property Value
Type | Description |
---|---|
string |
Overrides
OrderId
取引ID
半角英数字 最大桁数:100
決済確定対象の取引IDを指定します。
Declaration
[JsonProperty("orderId")]
public string OrderId { get; set; }
Property Value
Type | Description |
---|---|
string |
PdCompanyCode
運送会社コード
半角数字 最大桁数:2
運送会社に該当する2桁の数字を指定します。
- 11:佐川急便
- 12:ヤマト運輸・クロネコメール便
- 13:日本通運
- 14:西濃運輸
- 15:郵便書留
- 16:郵パック
- 17:セイノースーパーエクスプレス
- 18:福山通運
- 20:新潟運輸
- 21:名鉄運輸
- 23:信州名鉄運輸
- 26:トールエクスプレスジャパン
- 27:エコ配
- 28:翌朝10時郵便
- 29:トナミ運輸
- 99:その他 ※どの運送会社にも該当しない場合使用
Declaration
[JsonProperty("pdCompanyCode")]
public string PdCompanyCode { get; set; }
Property Value
Type | Description |
---|---|
string |
ServiceCommand
決済サービスコマンド
Declaration
[JsonIgnore]
public override string ServiceCommand { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
ServiceType
決済サービスタイプ
Declaration
[JsonIgnore]
public override string ServiceType { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
SlipNo
配送伝票番号
半角数字記号 最大桁数:20
ハイフン以外の記号は利用しないでください。
Declaration
[JsonProperty("slipNo")]
public string SlipNo { get; set; }
Property Value
Type | Description |
---|---|
string |
Methods
ToString()
ログ用文字列(マスク済み)を取得する @return ログ用文字列(マスク済み)
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
string |
Overrides
object.ToString()