Mayson Monorepo Documentation
Preparing search index...
packages/stripe/src
Stripe
PaymentRecordReportPaymentAttemptInformationalParams
CustomerDetails
Interface CustomerDetails
interface
CustomerDetails
{
customer
?:
string
;
email
?:
string
;
name
?:
string
;
phone
?:
string
;
}
Index
Properties
customer?
email?
name?
phone?
Properties
Optional
customer
customer
?:
string
The customer who made the payment.
Optional
email
email
?:
string
The customer's phone number.
Optional
name
name
?:
string
The customer's name.
Optional
phone
phone
?:
string
The customer's phone number.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
customer
email
name
phone
Mayson Monorepo Documentation
Loading...
The customer who made the payment.