interface MyPaymentUpdate {
    actions: MyPaymentUpdateAction[];
    version: number;
}

Properties

Properties

actions: MyPaymentUpdateAction[]

Update actions to be performed on the Payment.

version: number

Expected version of the Payment on which the changes should be applied. If the expected version does not match the actual version, a ConcurrentModification error will be returned.