public PaymentUpdateData(string token, PaymentUpdateAction action) { SetToken(token); Action = action; }