pub async fn update_payments(
configuration: &Configuration,
account_sid: &str,
call_sid: &str,
sid: &str,
idempotency_key: &str,
status_callback: &str,
capture: Option<&str>,
status: Option<&str>,
) -> Result<ApiPeriodV2010PeriodAccountPeriodCallPeriodPayments, Error<UpdatePaymentsError>>
Expand description
update an instance of payments with different phases of payment flows.