Interface IFieldValueCreditCard

interface IFieldValueCreditCard {
    card?: string;
    cardexp?: string;
    complete: any;
    cvv?: string;
    elementType: any;
    error: any;
    stripe_paymentMethod_id: string;
}

Properties

card?: string
cardexp?: string
complete: any
cvv?: string
elementType: any
error: any
stripe_paymentMethod_id: string