@portone/server-sdk
    Preparing search index...

    Type Alias PaymentMethodVirtualAccount

    가상계좌 상세 정보

    type PaymentMethodVirtualAccount = {
        type: "PaymentMethodVirtualAccount";
        bank?: Bank;
        accountNumber: string;
        accountType?: PaymentMethodVirtualAccountType;
        remitteeName?: string;
        remitterName?: string;
        expiredAt?: string;
        issuedAt?: string;
        refundStatus?: PaymentMethodVirtualAccountRefundStatus;
    }
    Index

    Properties

    type: "PaymentMethodVirtualAccount"
    bank?: Bank

    표준 은행 코드

    accountNumber: string

    계좌번호

    계좌 유형

    remitteeName?: string

    계좌주

    remitterName?: string

    송금인(입금자)

    expiredAt?: string

    입금만료시점 (RFC 3339 date-time)

    issuedAt?: string

    계좌발급시점 (RFC 3339 date-time)

    가상계좌 결제가 환불 단계일 때의 환불 상태