BillingKeyClient

Functions

Link copied to clipboard
@JvmName(name = "deleteBillingKeySuspend")
suspend fun deleteBillingKey(billingKey: String): DeleteBillingKeyResponse

빌링키 삭제

Link copied to clipboard
@JvmName(name = "getBillingKeyInfoSuspend")
suspend fun getBillingKeyInfo(billingKey: String): BillingKeyInfo

빌링키 단건 조회

Link copied to clipboard
@JvmName(name = "getBillingKeyInfosSuspend")
suspend fun getBillingKeyInfos(page: PageInput? = null, sort: BillingKeySortInput? = null, filter: BillingKeyFilterInput? = null): GetBillingKeyInfosResponse

빌링키 다건 조회

Link copied to clipboard
@JvmName(name = "issueBillingKeySuspend")
suspend fun issueBillingKey(method: InstantBillingKeyPaymentMethodInput, channelKey: String? = null, channelGroupId: String? = null, customer: CustomerInput? = null, customData: String? = null, bypass: JsonObject? = null, noticeUrls: List<String>? = null): IssueBillingKeyResponse

빌링키 발급