Builder

Class responsible for building TransferPayment.

Constructors

Link copied to clipboard
fun Builder()

Functions

Link copied to clipboard
open override fun build(): TransferPayment
Link copied to clipboard
fun setCallbacks(redirects: Redirects? = null, notifications: Notifications? = null): TransferPayment.Builder

Function adding redirect and notification urls using Redirects and Notifications classes to payment.

Link copied to clipboard

Function setting the channelId to request

Link copied to clipboard

Function adding payer information to payment using Payer class.

Link copied to clipboard

Function adding payment information like amount or description using PaymentDetails class.