public class AgreementSignParams extends AlipayObject
Constructor and Description |
---|
AgreementSignParams() |
Modifier and Type | Method and Description |
---|---|
String |
getBuckleAppId()
Gets buckle app id.
|
String |
getBuckleMerchantId()
Gets buckle merchant id.
|
String |
getExternalAgreementNo()
Gets external agreement no.
|
String |
getExternalLogonId()
Gets external logon id.
|
String |
getPersonalProductCode()
Gets personal product code.
|
String |
getPromoParams()
Gets promo params.
|
String |
getSignScene()
Gets sign scene.
|
String |
getSignValidityPeriod()
Gets sign validity period.
|
String |
getThirdPartyType()
Gets third party type.
|
void |
setBuckleAppId(String buckleAppId)
Sets buckle app id.
|
void |
setBuckleMerchantId(String buckleMerchantId)
Sets buckle merchant id.
|
void |
setExternalAgreementNo(String externalAgreementNo)
Sets external agreement no.
|
void |
setExternalLogonId(String externalLogonId)
Sets external logon id.
|
void |
setPersonalProductCode(String personalProductCode)
Sets personal product code.
|
void |
setPromoParams(String promoParams)
Sets promo params.
|
void |
setSignScene(String signScene)
Sets sign scene.
|
void |
setSignValidityPeriod(String signValidityPeriod)
Sets sign validity period.
|
void |
setThirdPartyType(String thirdPartyType)
Sets third party type.
|
public String getBuckleAppId()
public void setBuckleAppId(String buckleAppId)
buckleAppId
- the buckle app idpublic String getBuckleMerchantId()
public void setBuckleMerchantId(String buckleMerchantId)
buckleMerchantId
- the buckle merchant idpublic String getExternalAgreementNo()
public void setExternalAgreementNo(String externalAgreementNo)
externalAgreementNo
- the external agreement nopublic String getExternalLogonId()
public void setExternalLogonId(String externalLogonId)
externalLogonId
- the external logon idpublic String getPersonalProductCode()
public void setPersonalProductCode(String personalProductCode)
personalProductCode
- the personal product codepublic String getPromoParams()
public void setPromoParams(String promoParams)
promoParams
- the promo paramspublic String getSignScene()
public void setSignScene(String signScene)
signScene
- the sign scenepublic String getSignValidityPeriod()
public void setSignValidityPeriod(String signValidityPeriod)
signValidityPeriod
- the sign validity periodpublic String getThirdPartyType()
public void setThirdPartyType(String thirdPartyType)
thirdPartyType
- the third party typeCopyright © 2018. All rights reserved.