Interface MyPaymentUpdate

All Superinterfaces:
ResourceUpdate<MyPaymentUpdate,MyPaymentUpdateAction,MyPaymentUpdateBuilder>
All Known Implementing Classes:
MyPaymentUpdateImpl

MyPaymentUpdate
Example to create an instance using the builder pattern

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