Interface PaymentChangeTransactionTimestampAction

All Superinterfaces:
PaymentUpdateAction, ResourceUpdateAction<PaymentUpdateAction>

public interface PaymentChangeTransactionTimestampAction extends PaymentUpdateAction
PaymentChangeTransactionTimestampAction
Example to create an instance using the builder pattern

     PaymentChangeTransactionTimestampAction paymentChangeTransactionTimestampAction = PaymentChangeTransactionTimestampAction.builder()
             .transactionId("{transactionId}")
             .timestamp(ZonedDateTime.parse("2022-01-01T12:00:00.301Z"))
             .build()