Class PaymentUpdateBuilder

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

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

     PaymentUpdate paymentUpdate = PaymentUpdate.builder()
             .version(0.3)
             .plusActions(actionsBuilder -> actionsBuilder)
             .build()