Class PaymentMethodCustomTypeRemovedMessagePayloadBuilder

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

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

     PaymentMethodCustomTypeRemovedMessagePayload paymentMethodCustomTypeRemovedMessagePayload = PaymentMethodCustomTypeRemovedMessagePayload.builder()
             .build()