Class PaymentMethodInfoCustomFieldRemovedMessagePayloadBuilder

java.lang.Object
com.commercetools.api.models.message.PaymentMethodInfoCustomFieldRemovedMessagePayloadBuilder
All Implemented Interfaces:
Builder<PaymentMethodInfoCustomFieldRemovedMessagePayload>

public class PaymentMethodInfoCustomFieldRemovedMessagePayloadBuilder extends Object implements Builder<PaymentMethodInfoCustomFieldRemovedMessagePayload>
PaymentMethodInfoCustomFieldRemovedMessagePayloadBuilder
Example to create an instance using the builder pattern

     PaymentMethodInfoCustomFieldRemovedMessagePayload paymentMethodInfoCustomFieldRemovedMessagePayload = PaymentMethodInfoCustomFieldRemovedMessagePayload.builder()
             .name("{name}")
             .build()