export interface PaymentOptionProps { value: string label: string cardNumber?: string }