Class: TencentCloud::Cpdp::V20190820::GetPayRollAuthResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cpdp::V20190820::GetPayRollAuthResponse
- Defined in:
- lib/v20190820/models.rb
Overview
GetPayRollAuth返回参数结构体
Instance Attribute Summary collapse
-
#AuthStatus ⇒ Object
UNAUTHORIZED:未授权 AUTHORIZED:已授权 DEAUTHORIZED:已取消授权 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#AuthTime ⇒ Object
UNAUTHORIZED:未授权 AUTHORIZED:已授权 DEAUTHORIZED:已取消授权 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#CancelAuthTime ⇒ Object
UNAUTHORIZED:未授权 AUTHORIZED:已授权 DEAUTHORIZED:已取消授权 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#MerchantId ⇒ Object
UNAUTHORIZED:未授权 AUTHORIZED:已授权 DEAUTHORIZED:已取消授权 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#OpenId ⇒ Object
UNAUTHORIZED:未授权 AUTHORIZED:已授权 DEAUTHORIZED:已取消授权 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#RequestId ⇒ Object
UNAUTHORIZED:未授权 AUTHORIZED:已授权 DEAUTHORIZED:已取消授权 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#SubMerchantId ⇒ Object
UNAUTHORIZED:未授权 AUTHORIZED:已授权 DEAUTHORIZED:已取消授权 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(authstatus = nil, authtime = nil, cancelauthtime = nil, merchantid = nil, openid = nil, submerchantid = nil, requestid = nil) ⇒ GetPayRollAuthResponse
constructor
A new instance of GetPayRollAuthResponse.
Constructor Details
#initialize(authstatus = nil, authtime = nil, cancelauthtime = nil, merchantid = nil, openid = nil, submerchantid = nil, requestid = nil) ⇒ GetPayRollAuthResponse
Returns a new instance of GetPayRollAuthResponse.
11339 11340 11341 11342 11343 11344 11345 11346 11347 |
# File 'lib/v20190820/models.rb', line 11339 def initialize(authstatus=nil, authtime=nil, cancelauthtime=nil, merchantid=nil, openid=nil, submerchantid=nil, requestid=nil) @AuthStatus = authstatus @AuthTime = authtime @CancelAuthTime = cancelauthtime @MerchantId = merchantid @OpenId = openid @SubMerchantId = submerchantid @RequestId = requestid end |
Instance Attribute Details
#AuthStatus ⇒ Object
UNAUTHORIZED:未授权 AUTHORIZED:已授权 DEAUTHORIZED:已取消授权 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
11337 11338 11339 |
# File 'lib/v20190820/models.rb', line 11337 def AuthStatus @AuthStatus end |
#AuthTime ⇒ Object
UNAUTHORIZED:未授权 AUTHORIZED:已授权 DEAUTHORIZED:已取消授权 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
11337 11338 11339 |
# File 'lib/v20190820/models.rb', line 11337 def AuthTime @AuthTime end |
#CancelAuthTime ⇒ Object
UNAUTHORIZED:未授权 AUTHORIZED:已授权 DEAUTHORIZED:已取消授权 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
11337 11338 11339 |
# File 'lib/v20190820/models.rb', line 11337 def CancelAuthTime @CancelAuthTime end |
#MerchantId ⇒ Object
UNAUTHORIZED:未授权 AUTHORIZED:已授权 DEAUTHORIZED:已取消授权 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
11337 11338 11339 |
# File 'lib/v20190820/models.rb', line 11337 def MerchantId @MerchantId end |
#OpenId ⇒ Object
UNAUTHORIZED:未授权 AUTHORIZED:已授权 DEAUTHORIZED:已取消授权 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
11337 11338 11339 |
# File 'lib/v20190820/models.rb', line 11337 def OpenId @OpenId end |
#RequestId ⇒ Object
UNAUTHORIZED:未授权 AUTHORIZED:已授权 DEAUTHORIZED:已取消授权 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
11337 11338 11339 |
# File 'lib/v20190820/models.rb', line 11337 def RequestId @RequestId end |
#SubMerchantId ⇒ Object
UNAUTHORIZED:未授权 AUTHORIZED:已授权 DEAUTHORIZED:已取消授权 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
11337 11338 11339 |
# File 'lib/v20190820/models.rb', line 11337 def SubMerchantId @SubMerchantId end |
Instance Method Details
#deserialize(params) ⇒ Object
11349 11350 11351 11352 11353 11354 11355 11356 11357 |
# File 'lib/v20190820/models.rb', line 11349 def deserialize(params) @AuthStatus = params['AuthStatus'] @AuthTime = params['AuthTime'] @CancelAuthTime = params['CancelAuthTime'] @MerchantId = params['MerchantId'] @OpenId = params['OpenId'] @SubMerchantId = params['SubMerchantId'] @RequestId = params['RequestId'] end |