Interface PaymentUpdate

All Superinterfaces:
ResourceUpdate<PaymentUpdate,PaymentUpdateAction,PaymentUpdateBuilder>

PaymentUpdate
Example to create an instance using the builder pattern

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