Class PaymentMethodInfoCustomTypeRemovedMessagePayloadBuilder

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

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

     PaymentMethodInfoCustomTypeRemovedMessagePayload paymentMethodInfoCustomTypeRemovedMessagePayload = PaymentMethodInfoCustomTypeRemovedMessagePayload.builder()
             .build()