Class PaymentMethodInfoBuilder

java.lang.Object
com.commercetools.api.models.payment.PaymentMethodInfoBuilder
All Implemented Interfaces:
io.vrap.rmf.base.client.Builder<PaymentMethodInfo>

public class PaymentMethodInfoBuilder extends Object implements io.vrap.rmf.base.client.Builder<PaymentMethodInfo>
PaymentMethodInfoBuilder
Example to create an instance using the builder pattern

     PaymentMethodInfo paymentMethodInfo = PaymentMethodInfo.builder()
             .build()