Class: TencentCloud::Cpdp::V20190820::PayFeeDataResult
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cpdp::V20190820::PayFeeDataResult
- Defined in:
- lib/v20190820/models.rb
Overview
pay_fee支付方式行业分类费率json数据
Instance Attribute Summary collapse
- #OrganizationFee ⇒ Object
- #OrganizationFeeType ⇒ Object
- #PaymentClassificationId ⇒ Object
- #PaymentClassificationLimit ⇒ Object
- #PaymentClassificationMaxFee ⇒ Object
- #PaymentClassificationMinFee ⇒ Object
- #PaymentClassificationName ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(organizationfee = nil, paymentclassificationlimit = nil, organizationfeetype = nil, paymentclassificationmaxfee = nil, paymentclassificationminfee = nil, paymentclassificationid = nil, paymentclassificationname = nil) ⇒ PayFeeDataResult
constructor
A new instance of PayFeeDataResult.
Constructor Details
#initialize(organizationfee = nil, paymentclassificationlimit = nil, organizationfeetype = nil, paymentclassificationmaxfee = nil, paymentclassificationminfee = nil, paymentclassificationid = nil, paymentclassificationname = nil) ⇒ PayFeeDataResult
Returns a new instance of PayFeeDataResult.
13668 13669 13670 13671 13672 13673 13674 13675 13676 |
# File 'lib/v20190820/models.rb', line 13668 def initialize(organizationfee=nil, paymentclassificationlimit=nil, organizationfeetype=nil, paymentclassificationmaxfee=nil, paymentclassificationminfee=nil, paymentclassificationid=nil, paymentclassificationname=nil) @OrganizationFee = organizationfee @PaymentClassificationLimit = paymentclassificationlimit @OrganizationFeeType = organizationfeetype @PaymentClassificationMaxFee = paymentclassificationmaxfee @PaymentClassificationMinFee = paymentclassificationminfee @PaymentClassificationId = paymentclassificationid @PaymentClassificationName = paymentclassificationname end |
Instance Attribute Details
#OrganizationFee ⇒ Object
13666 13667 13668 |
# File 'lib/v20190820/models.rb', line 13666 def OrganizationFee @OrganizationFee end |
#OrganizationFeeType ⇒ Object
13666 13667 13668 |
# File 'lib/v20190820/models.rb', line 13666 def OrganizationFeeType @OrganizationFeeType end |
#PaymentClassificationId ⇒ Object
13666 13667 13668 |
# File 'lib/v20190820/models.rb', line 13666 def PaymentClassificationId @PaymentClassificationId end |
#PaymentClassificationLimit ⇒ Object
13666 13667 13668 |
# File 'lib/v20190820/models.rb', line 13666 def PaymentClassificationLimit @PaymentClassificationLimit end |
#PaymentClassificationMaxFee ⇒ Object
13666 13667 13668 |
# File 'lib/v20190820/models.rb', line 13666 def PaymentClassificationMaxFee @PaymentClassificationMaxFee end |
#PaymentClassificationMinFee ⇒ Object
13666 13667 13668 |
# File 'lib/v20190820/models.rb', line 13666 def PaymentClassificationMinFee @PaymentClassificationMinFee end |
#PaymentClassificationName ⇒ Object
13666 13667 13668 |
# File 'lib/v20190820/models.rb', line 13666 def PaymentClassificationName @PaymentClassificationName end |
Instance Method Details
#deserialize(params) ⇒ Object
13678 13679 13680 13681 13682 13683 13684 13685 13686 |
# File 'lib/v20190820/models.rb', line 13678 def deserialize(params) @OrganizationFee = params['OrganizationFee'] @PaymentClassificationLimit = params['PaymentClassificationLimit'] @OrganizationFeeType = params['OrganizationFeeType'] @PaymentClassificationMaxFee = params['PaymentClassificationMaxFee'] @PaymentClassificationMinFee = params['PaymentClassificationMinFee'] @PaymentClassificationId = params['PaymentClassificationId'] @PaymentClassificationName = params['PaymentClassificationName'] end |