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