Class MyPaymentUpdateBuilder

java.lang.Object
com.commercetools.api.models.me.MyPaymentUpdateBuilder
All Implemented Interfaces:
io.vrap.rmf.base.client.Builder<MyPaymentUpdate>

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

     MyPaymentUpdate myPaymentUpdate = MyPaymentUpdate.builder()
             .version(0.3)
             .plusActions(actionsBuilder -> actionsBuilder)
             .build()