Class: TencentCloud::Cpdp::V20190820::CloseOpenBankPaymentOrderResult
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cpdp::V20190820::CloseOpenBankPaymentOrderResult
- Defined in:
- lib/v20190820/models.rb
Overview
云企付-关单响应
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(outorderid = nil, channelorderid = nil, orderstatus = nil) ⇒ CloseOpenBankPaymentOrderResult
constructor
A new instance of CloseOpenBankPaymentOrderResult.
Constructor Details
#initialize(outorderid = nil, channelorderid = nil, orderstatus = nil) ⇒ CloseOpenBankPaymentOrderResult
Returns a new instance of CloseOpenBankPaymentOrderResult.
3849 3850 3851 3852 3853 |
# File 'lib/v20190820/models.rb', line 3849 def initialize(outorderid=nil, channelorderid=nil, orderstatus=nil) @OutOrderId = outorderid @ChannelOrderId = channelorderid @OrderStatus = orderstatus end |
Instance Attribute Details
#ChannelOrderId ⇒ Object
3847 3848 3849 |
# File 'lib/v20190820/models.rb', line 3847 def ChannelOrderId @ChannelOrderId end |
#OrderStatus ⇒ Object
3847 3848 3849 |
# File 'lib/v20190820/models.rb', line 3847 def OrderStatus @OrderStatus end |
#OutOrderId ⇒ Object
3847 3848 3849 |
# File 'lib/v20190820/models.rb', line 3847 def OutOrderId @OutOrderId end |
Instance Method Details
#deserialize(params) ⇒ Object
3855 3856 3857 3858 3859 |
# File 'lib/v20190820/models.rb', line 3855 def deserialize(params) @OutOrderId = params['OutOrderId'] @ChannelOrderId = params['ChannelOrderId'] @OrderStatus = params['OrderStatus'] end |