Map<String, dynamic> toMap() => { "paymentToken": paymentToken, "clientID": clientId == null ? null : clientId, "locale": locale == null ? null : locale, };