diff --git a/src/client/customers.rs b/src/client/customers.rs index 822c674..f41bf0e 100644 --- a/src/client/customers.rs +++ b/src/client/customers.rs @@ -183,6 +183,8 @@ pub struct Customer { /// The time at which the customer was created. #[serde(with = "time::serde::rfc3339")] pub created_at: OffsetDateTime, + /// An authenticated URL link to the customer's private Orb dashboard portal. + pub portal_url: Option, } /// A payment provider.