Type alias GiftCertificate
GiftCertificate: {
amount: number;
balance: number;
description?: string;
enabled: boolean;
maskedGiftCertificateCode: string;
merchantId: string;
message?: string;
recipientEmail: string;
recipientName: string;
senderName: string;
status: string;
} & {
[key: string]: any;
}