Builder

Class responsible for building GooglePayPayment.

Constructors

Link copied to clipboard
fun Builder()

Functions

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

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

Link copied to clipboard

Function adding Google Pay token 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.