frames-react icon indicating copy to clipboard operation
frames-react copied to clipboard

Invalid type for FrameCardTokenizedEvent.name

Open rambo14122 opened this issue 1 year ago • 0 comments

types/types.d.ts export interface FrameCardTokenizedEvent { type: string; token: string; expires_on: string; expiry_month: string; expiry_year: string; scheme?: Scheme; scheme_local: string; last4: string; preferred_scheme?: PreferredScheme; bin: string; card_type?: CardType; card_category?: CardCategory; issuer?: string; issuer_country?: string; product_id?: string; product_type?: string; billing_address?: GatewayBillingAddress; phone?: GatewayPhone; name?: GatewayBillingAddress; } type for name is incorrect, unable to get card holder name

rambo14122 avatar Feb 18 '23 08:02 rambo14122