Class: TencentCloud::Cpdp::V20190820::CloudAttachmentInfo
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cpdp::V20190820::CloudAttachmentInfo
- Defined in:
- lib/v20190820/models.rb
Overview
附加项信息对象
Instance Attribute Summary collapse
-
#AttachmentAmount ⇒ Object
附加项的金额(必须是正数,单位:分),代表积分的数量、抵扣的金额、溢价的金额、补贴的金额 Add:加项; Sub:减项; Point:积分项; Subsidy:补贴项。 当银行作为收单机构可能会对该字段有要求,请向米大师确认。 当银行作为收单机构可能会对该字段有要求,请向米大师确认。.
-
#AttachmentCode ⇒ Object
附加项的金额(必须是正数,单位:分),代表积分的数量、抵扣的金额、溢价的金额、补贴的金额 Add:加项; Sub:减项; Point:积分项; Subsidy:补贴项。 当银行作为收单机构可能会对该字段有要求,请向米大师确认。 当银行作为收单机构可能会对该字段有要求,请向米大师确认。.
-
#AttachmentName ⇒ Object
附加项的金额(必须是正数,单位:分),代表积分的数量、抵扣的金额、溢价的金额、补贴的金额 Add:加项; Sub:减项; Point:积分项; Subsidy:补贴项。 当银行作为收单机构可能会对该字段有要求,请向米大师确认。 当银行作为收单机构可能会对该字段有要求,请向米大师确认。.
-
#AttachmentType ⇒ Object
附加项的金额(必须是正数,单位:分),代表积分的数量、抵扣的金额、溢价的金额、补贴的金额 Add:加项; Sub:减项; Point:积分项; Subsidy:补贴项。 当银行作为收单机构可能会对该字段有要求,请向米大师确认。 当银行作为收单机构可能会对该字段有要求,请向米大师确认。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(attachmentamount = nil, attachmenttype = nil, attachmentname = nil, attachmentcode = nil) ⇒ CloudAttachmentInfo
constructor
A new instance of CloudAttachmentInfo.
Constructor Details
#initialize(attachmentamount = nil, attachmenttype = nil, attachmentname = nil, attachmentcode = nil) ⇒ CloudAttachmentInfo
Returns a new instance of CloudAttachmentInfo.
3942 3943 3944 3945 3946 3947 |
# File 'lib/v20190820/models.rb', line 3942 def initialize(=nil, =nil, =nil, =nil) @AttachmentAmount = @AttachmentType = @AttachmentName = @AttachmentCode = end |
Instance Attribute Details
#AttachmentAmount ⇒ Object
附加项的金额(必须是正数,单位:分),代表积分的数量、抵扣的金额、溢价的金额、补贴的金额Add:加项;Sub:减项;Point:积分项;Subsidy:补贴项。当银行作为收单机构可能会对该字段有要求,请向米大师确认。当银行作为收单机构可能会对该字段有要求,请向米大师确认。
3940 3941 3942 |
# File 'lib/v20190820/models.rb', line 3940 def AttachmentAmount @AttachmentAmount end |
#AttachmentCode ⇒ Object
附加项的金额(必须是正数,单位:分),代表积分的数量、抵扣的金额、溢价的金额、补贴的金额Add:加项;Sub:减项;Point:积分项;Subsidy:补贴项。当银行作为收单机构可能会对该字段有要求,请向米大师确认。当银行作为收单机构可能会对该字段有要求,请向米大师确认。
3940 3941 3942 |
# File 'lib/v20190820/models.rb', line 3940 def AttachmentCode @AttachmentCode end |
#AttachmentName ⇒ Object
附加项的金额(必须是正数,单位:分),代表积分的数量、抵扣的金额、溢价的金额、补贴的金额Add:加项;Sub:减项;Point:积分项;Subsidy:补贴项。当银行作为收单机构可能会对该字段有要求,请向米大师确认。当银行作为收单机构可能会对该字段有要求,请向米大师确认。
3940 3941 3942 |
# File 'lib/v20190820/models.rb', line 3940 def AttachmentName @AttachmentName end |
#AttachmentType ⇒ Object
附加项的金额(必须是正数,单位:分),代表积分的数量、抵扣的金额、溢价的金额、补贴的金额Add:加项;Sub:减项;Point:积分项;Subsidy:补贴项。当银行作为收单机构可能会对该字段有要求,请向米大师确认。当银行作为收单机构可能会对该字段有要求,请向米大师确认。
3940 3941 3942 |
# File 'lib/v20190820/models.rb', line 3940 def AttachmentType @AttachmentType end |
Instance Method Details
#deserialize(params) ⇒ Object
3949 3950 3951 3952 3953 3954 |
# File 'lib/v20190820/models.rb', line 3949 def deserialize(params) @AttachmentAmount = params['AttachmentAmount'] @AttachmentType = params['AttachmentType'] @AttachmentName = params['AttachmentName'] @AttachmentCode = params['AttachmentCode'] end |