communicationFormat property

  1. @BuiltValueField.new(wireName: r'communicationFormat')
UpdateMerchantWebhookRequestCommunicationFormatEnum? get communicationFormat

Format or protocol for receiving webhooks. Possible values: * soap * http * json

Implementation

@BuiltValueField(wireName: r'communicationFormat')
UpdateMerchantWebhookRequestCommunicationFormatEnum? get communicationFormat;