/** 모바일 정보 */
export type BillingKeyPaymentMethodMobile = {
    type: "BillingKeyPaymentMethodMobile";
    /** 전화번호 */
    phoneNumber?: string;
};
