Interface AppleBusinessChatCredentials
- All Superinterfaces:
ChannelCredentials
If you are including the AppleBC channel in the
channel_identifier
property, you
must include this object.-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Dedicated Builder -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
Getting builderCertificate password, required if our client wants to use Apple Pay.Certificate reference, required if our client wants to use Apple Pay.The ID that identifies a Business Chat Account (BCA).Merchant ID, required if our client wants to use Apple Pay.
-
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
-