Class CheckBankCardInformationRequest


  • public class CheckBankCardInformationRequest
    extends AbstractModel
    • Constructor Detail

      • CheckBankCardInformationRequest

        public CheckBankCardInformationRequest()
      • CheckBankCardInformationRequest

        public CheckBankCardInformationRequest​(CheckBankCardInformationRequest source)
        NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
    • Method Detail

      • getBankCard

        public String getBankCard()
        Get 银行卡号。
        Returns:
        BankCard 银行卡号。
      • setBankCard

        public void setBankCard​(String BankCard)
        Set 银行卡号。
        Parameters:
        BankCard - 银行卡号。
      • getEncryption

        public Encryption getEncryption()
        Get 敏感数据加密信息。对传入信息(银行卡号)有加密需求的用户可使用此参数,详情请点击左侧链接。
        Returns:
        Encryption 敏感数据加密信息。对传入信息(银行卡号)有加密需求的用户可使用此参数,详情请点击左侧链接。
      • setEncryption

        public void setEncryption​(Encryption Encryption)
        Set 敏感数据加密信息。对传入信息(银行卡号)有加密需求的用户可使用此参数,详情请点击左侧链接。
        Parameters:
        Encryption - 敏感数据加密信息。对传入信息(银行卡号)有加密需求的用户可使用此参数,详情请点击左侧链接。