Interface PaymentUpdate

All Superinterfaces:
ResourceUpdate<PaymentUpdate,PaymentUpdateAction,PaymentUpdateBuilder>
All Known Implementing Classes:
PaymentUpdateImpl

PaymentUpdate
Example to create an instance using the builder pattern

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