Interface AppleBusinessChatCredentials

All Superinterfaces:
ChannelCredentials

public interface AppleBusinessChatCredentials extends ChannelCredentials
If you are including the AppleBC channel in the channel_identifier property, you must include this object.
  • Method Details

    • getBusinessChatAccountId

      String getBusinessChatAccountId()
      The ID that identifies a Business Chat Account (BCA).
      Returns:
      businessChatAccountId
    • getMerchantId

      String getMerchantId()
      Merchant ID, required if our client wants to use Apple Pay.
      Returns:
      merchantId
    • getApplePayCertificateReference

      String getApplePayCertificateReference()
      Certificate reference, required if our client wants to use Apple Pay.
      Returns:
      applePayCertificateReference
    • getApplePayCertificatePassword

      String getApplePayCertificatePassword()
      Certificate password, required if our client wants to use Apple Pay.
      Returns:
      applePayCertificatePassword
    • builder

      Getting builder
      Returns:
      New Builder instance