/** 가상계좌 */ export type PlatformPaymentMethodVirtualAccount = { type: "VIRTUAL_ACCOUNT"; };