C# Class Litle.Sdk.accountUpdateResponse

Inheritance: transactionTypeWithReportGroup
ファイルを表示 Open project: LitleCo/litle-sdk-for-dotNet

Public Properties

Property Type Description
litleTxnId long
message string
orderId string
originalCard cardType
originalToken accountUpdateResponseCardTokenType
response string
responseTime System.DateTime
updatedCard cardType
updatedToken accountUpdateResponseCardTokenType

Property Details

litleTxnId public_oe property

public long litleTxnId
return long

message public_oe property

public string message
return string

orderId public_oe property

public string orderId
return string

originalCard public_oe property

public cardType,Litle.Sdk originalCard
return cardType

originalToken public_oe property

public accountUpdateResponseCardTokenType,Litle.Sdk originalToken
return accountUpdateResponseCardTokenType

response public_oe property

public string response
return string

responseTime public_oe property

public DateTime,System responseTime
return System.DateTime

updatedCard public_oe property

public cardType,Litle.Sdk updatedCard
return cardType

updatedToken public_oe property

public accountUpdateResponseCardTokenType,Litle.Sdk updatedToken
return accountUpdateResponseCardTokenType