Class PaymentMethodCustomFieldRemovedMessagePayloadBuilder

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

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

     PaymentMethodCustomFieldRemovedMessagePayload paymentMethodCustomFieldRemovedMessagePayload = PaymentMethodCustomFieldRemovedMessagePayload.builder()
             .name("{name}")
             .build()