CustomerTermsAndConditionsApiRepository

interface CustomerTermsAndConditionsApiRepository

Functions

accept
Link copied to clipboard

Customer accepts terms and conditions"

abstract fun accept(acceptTermsAndConditionsRequest: AcceptTermsAndConditionsRequest): ApiResult<Unit>
equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
get
Link copied to clipboard

Get the terms and conditions agreed to by the customer

abstract fun get(type: String?, version: String?): ApiResult<TermsAndConditionsAcceptances>
hashCode
Link copied to clipboard
open override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String