getB2bCounterparty

@JvmName(name = "getB2bCounterpartySuspend")
suspend fun getB2bCounterparty(counterpartyId: String, test: Boolean? = null): B2bCounterparty

거래처 조회

거래처를 조회합니다.

Parameters

counterpartyId

거래처 ID

test

테스트 모드 여부

true 이면 테스트 모드로 실행되며, false 이거나 주어지지 않은 경우 테스트 모드를 사용하지 않습니다.

Throws