FullAddress

data class FullAddress(val supportedCountryCodes: List<String>) : ACHDirectDebitAddressConfiguration

Full Address Form will be shown as part of the ach component.

Parameters

supportedCountryCodes

Supported country codes to be filtered from the available country options.

Constructors

Link copied to clipboard
constructor(supportedCountryCodes: List<String>)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)