PayPalApiRepository

interface PayPalApiRepository

Functions

equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
guestTokenize
Link copied to clipboard

Create a paymment intrument id for a provided paypal account of a guest user.

abstract fun guestTokenize(tokenizePaypalRequest: TokenizePaypalRequest): ApiResult<TokenizePaypalResponse>
hashCode
Link copied to clipboard
open override fun hashCode(): Int
tokenize
Link copied to clipboard

Create a paymment intrument id for a provided paypal account.

abstract fun tokenize(tokenizePaypalRequest: TokenizePaypalRequest): ApiResult<TokenizePaypalResponse>
toString
Link copied to clipboard
open override fun toString(): String