/** 계좌이체 */ export type PlatformPaymentMethodTransfer = { type: "TRANSFER"; };