Class: TencentCloud::Cpdp::V20190820::UnifiedTlinxOrderRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cpdp::V20190820::UnifiedTlinxOrderRequest
- Defined in:
- lib/v20190820/models.rb
Overview
UnifiedTlinxOrder请求参数结构体
Instance Attribute Summary collapse
-
#AuthCode ⇒ Object
当前调起支付的小程序APPID 用户在子商户appid下的唯一标识。.
-
#DeveloperNo ⇒ Object
当前调起支付的小程序APPID 用户在子商户appid下的唯一标识。.
-
#DiscountAmount ⇒ Object
当前调起支付的小程序APPID 用户在子商户appid下的唯一标识。.
-
#IgnoreAmount ⇒ Object
当前调起支付的小程序APPID 用户在子商户appid下的唯一标识。.
-
#Jsapi ⇒ Object
当前调起支付的小程序APPID 用户在子商户appid下的唯一标识。.
-
#JumpUrl ⇒ Object
当前调起支付的小程序APPID 用户在子商户appid下的唯一标识。.
-
#NotifyUrl ⇒ Object
当前调起支付的小程序APPID 用户在子商户appid下的唯一标识。.
-
#OpenId ⇒ Object
当前调起支付的小程序APPID 用户在子商户appid下的唯一标识。.
-
#OpenKey ⇒ Object
当前调起支付的小程序APPID 用户在子商户appid下的唯一标识。.
-
#OrderName ⇒ Object
当前调起支付的小程序APPID 用户在子商户appid下的唯一标识。.
-
#OriginalAmount ⇒ Object
当前调起支付的小程序APPID 用户在子商户appid下的唯一标识。.
-
#PayName ⇒ Object
当前调起支付的小程序APPID 用户在子商户appid下的唯一标识。.
-
#PayTag ⇒ Object
当前调起支付的小程序APPID 用户在子商户appid下的唯一标识。.
-
#Profile ⇒ Object
当前调起支付的小程序APPID 用户在子商户appid下的唯一标识。.
-
#Remark ⇒ Object
当前调起支付的小程序APPID 用户在子商户appid下的唯一标识。.
-
#Royalty ⇒ Object
当前调起支付的小程序APPID 用户在子商户appid下的唯一标识。.
-
#SubAppId ⇒ Object
当前调起支付的小程序APPID 用户在子商户appid下的唯一标识。.
-
#SubOpenId ⇒ Object
当前调起支付的小程序APPID 用户在子商户appid下的唯一标识。.
-
#Tag ⇒ Object
当前调起支付的小程序APPID 用户在子商户appid下的唯一标识。.
-
#TradeAccount ⇒ Object
当前调起支付的小程序APPID 用户在子商户appid下的唯一标识。.
-
#TradeAmount ⇒ Object
当前调起支付的小程序APPID 用户在子商户appid下的唯一标识。.
-
#TradeNo ⇒ Object
当前调起支付的小程序APPID 用户在子商户appid下的唯一标识。.
-
#TradeResult ⇒ Object
当前调起支付的小程序APPID 用户在子商户appid下的唯一标识。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(openid = nil, openkey = nil, developerno = nil, paytag = nil, tradeamount = nil, notifyurl = nil, payname = nil, jumpurl = nil, ordername = nil, originalamount = nil, ignoreamount = nil, discountamount = nil, tradeaccount = nil, tradeno = nil, authcode = nil, tag = nil, remark = nil, traderesult = nil, royalty = nil, jsapi = nil, subappid = nil, subopenid = nil, profile = nil) ⇒ UnifiedTlinxOrderRequest
constructor
A new instance of UnifiedTlinxOrderRequest.
Constructor Details
#initialize(openid = nil, openkey = nil, developerno = nil, paytag = nil, tradeamount = nil, notifyurl = nil, payname = nil, jumpurl = nil, ordername = nil, originalamount = nil, ignoreamount = nil, discountamount = nil, tradeaccount = nil, tradeno = nil, authcode = nil, tag = nil, remark = nil, traderesult = nil, royalty = nil, jsapi = nil, subappid = nil, subopenid = nil, profile = nil) ⇒ UnifiedTlinxOrderRequest
Returns a new instance of UnifiedTlinxOrderRequest.
27176 27177 27178 27179 27180 27181 27182 27183 27184 27185 27186 27187 27188 27189 27190 27191 27192 27193 27194 27195 27196 27197 27198 27199 27200 |
# File 'lib/v20190820/models.rb', line 27176 def initialize(openid=nil, openkey=nil, developerno=nil, paytag=nil, tradeamount=nil, notifyurl=nil, payname=nil, jumpurl=nil, ordername=nil, originalamount=nil, ignoreamount=nil, discountamount=nil, tradeaccount=nil, tradeno=nil, authcode=nil, tag=nil, remark=nil, traderesult=nil, royalty=nil, jsapi=nil, subappid=nil, subopenid=nil, profile=nil) @OpenId = openid @OpenKey = openkey @DeveloperNo = developerno @PayTag = paytag @TradeAmount = tradeamount @NotifyUrl = notifyurl @PayName = payname @JumpUrl = jumpurl @OrderName = ordername @OriginalAmount = originalamount @IgnoreAmount = ignoreamount @DiscountAmount = discountamount @TradeAccount = tradeaccount @TradeNo = tradeno @AuthCode = authcode @Tag = tag @Remark = remark @TradeResult = traderesult @Royalty = royalty @Jsapi = jsapi @SubAppId = subappid @SubOpenId = subopenid @Profile = profile end |
Instance Attribute Details
#AuthCode ⇒ Object
当前调起支付的小程序APPID 用户在子商户appid下的唯一标识。
27174 27175 27176 |
# File 'lib/v20190820/models.rb', line 27174 def AuthCode @AuthCode end |
#DeveloperNo ⇒ Object
当前调起支付的小程序APPID 用户在子商户appid下的唯一标识。
27174 27175 27176 |
# File 'lib/v20190820/models.rb', line 27174 def DeveloperNo @DeveloperNo end |
#DiscountAmount ⇒ Object
当前调起支付的小程序APPID 用户在子商户appid下的唯一标识。
27174 27175 27176 |
# File 'lib/v20190820/models.rb', line 27174 def DiscountAmount @DiscountAmount end |
#IgnoreAmount ⇒ Object
当前调起支付的小程序APPID 用户在子商户appid下的唯一标识。
27174 27175 27176 |
# File 'lib/v20190820/models.rb', line 27174 def IgnoreAmount @IgnoreAmount end |
#Jsapi ⇒ Object
当前调起支付的小程序APPID 用户在子商户appid下的唯一标识。
27174 27175 27176 |
# File 'lib/v20190820/models.rb', line 27174 def Jsapi @Jsapi end |
#JumpUrl ⇒ Object
当前调起支付的小程序APPID 用户在子商户appid下的唯一标识。
27174 27175 27176 |
# File 'lib/v20190820/models.rb', line 27174 def JumpUrl @JumpUrl end |
#NotifyUrl ⇒ Object
当前调起支付的小程序APPID 用户在子商户appid下的唯一标识。
27174 27175 27176 |
# File 'lib/v20190820/models.rb', line 27174 def NotifyUrl @NotifyUrl end |
#OpenId ⇒ Object
当前调起支付的小程序APPID 用户在子商户appid下的唯一标识。
27174 27175 27176 |
# File 'lib/v20190820/models.rb', line 27174 def OpenId @OpenId end |
#OpenKey ⇒ Object
当前调起支付的小程序APPID 用户在子商户appid下的唯一标识。
27174 27175 27176 |
# File 'lib/v20190820/models.rb', line 27174 def OpenKey @OpenKey end |
#OrderName ⇒ Object
当前调起支付的小程序APPID 用户在子商户appid下的唯一标识。
27174 27175 27176 |
# File 'lib/v20190820/models.rb', line 27174 def OrderName @OrderName end |
#OriginalAmount ⇒ Object
当前调起支付的小程序APPID 用户在子商户appid下的唯一标识。
27174 27175 27176 |
# File 'lib/v20190820/models.rb', line 27174 def OriginalAmount @OriginalAmount end |
#PayName ⇒ Object
当前调起支付的小程序APPID 用户在子商户appid下的唯一标识。
27174 27175 27176 |
# File 'lib/v20190820/models.rb', line 27174 def PayName @PayName end |
#PayTag ⇒ Object
当前调起支付的小程序APPID 用户在子商户appid下的唯一标识。
27174 27175 27176 |
# File 'lib/v20190820/models.rb', line 27174 def PayTag @PayTag end |
#Profile ⇒ Object
当前调起支付的小程序APPID 用户在子商户appid下的唯一标识。
27174 27175 27176 |
# File 'lib/v20190820/models.rb', line 27174 def Profile @Profile end |
#Remark ⇒ Object
当前调起支付的小程序APPID 用户在子商户appid下的唯一标识。
27174 27175 27176 |
# File 'lib/v20190820/models.rb', line 27174 def Remark @Remark end |
#Royalty ⇒ Object
当前调起支付的小程序APPID 用户在子商户appid下的唯一标识。
27174 27175 27176 |
# File 'lib/v20190820/models.rb', line 27174 def Royalty @Royalty end |
#SubAppId ⇒ Object
当前调起支付的小程序APPID 用户在子商户appid下的唯一标识。
27174 27175 27176 |
# File 'lib/v20190820/models.rb', line 27174 def SubAppId @SubAppId end |
#SubOpenId ⇒ Object
当前调起支付的小程序APPID 用户在子商户appid下的唯一标识。
27174 27175 27176 |
# File 'lib/v20190820/models.rb', line 27174 def SubOpenId @SubOpenId end |
#Tag ⇒ Object
当前调起支付的小程序APPID 用户在子商户appid下的唯一标识。
27174 27175 27176 |
# File 'lib/v20190820/models.rb', line 27174 def Tag @Tag end |
#TradeAccount ⇒ Object
当前调起支付的小程序APPID 用户在子商户appid下的唯一标识。
27174 27175 27176 |
# File 'lib/v20190820/models.rb', line 27174 def TradeAccount @TradeAccount end |
#TradeAmount ⇒ Object
当前调起支付的小程序APPID 用户在子商户appid下的唯一标识。
27174 27175 27176 |
# File 'lib/v20190820/models.rb', line 27174 def TradeAmount @TradeAmount end |
#TradeNo ⇒ Object
当前调起支付的小程序APPID 用户在子商户appid下的唯一标识。
27174 27175 27176 |
# File 'lib/v20190820/models.rb', line 27174 def TradeNo @TradeNo end |
#TradeResult ⇒ Object
当前调起支付的小程序APPID 用户在子商户appid下的唯一标识。
27174 27175 27176 |
# File 'lib/v20190820/models.rb', line 27174 def TradeResult @TradeResult end |
Instance Method Details
#deserialize(params) ⇒ Object
27202 27203 27204 27205 27206 27207 27208 27209 27210 27211 27212 27213 27214 27215 27216 27217 27218 27219 27220 27221 27222 27223 27224 27225 27226 |
# File 'lib/v20190820/models.rb', line 27202 def deserialize(params) @OpenId = params['OpenId'] @OpenKey = params['OpenKey'] @DeveloperNo = params['DeveloperNo'] @PayTag = params['PayTag'] @TradeAmount = params['TradeAmount'] @NotifyUrl = params['NotifyUrl'] @PayName = params['PayName'] @JumpUrl = params['JumpUrl'] @OrderName = params['OrderName'] @OriginalAmount = params['OriginalAmount'] @IgnoreAmount = params['IgnoreAmount'] @DiscountAmount = params['DiscountAmount'] @TradeAccount = params['TradeAccount'] @TradeNo = params['TradeNo'] @AuthCode = params['AuthCode'] @Tag = params['Tag'] @Remark = params['Remark'] @TradeResult = params['TradeResult'] @Royalty = params['Royalty'] @Jsapi = params['Jsapi'] @SubAppId = params['SubAppId'] @SubOpenId = params['SubOpenId'] @Profile = params['Profile'] end |