Interface MyPaymentUpdate

All Superinterfaces:
ResourceUpdate<MyPaymentUpdate,MyPaymentUpdateAction,MyPaymentUpdateBuilder>

MyPaymentUpdate
Example to create an instance using the builder pattern

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