ACHDirectDebitAddressConfiguration

Configuration class for Address Form in ACH Component. This class can be used define the visibility of the address form.

Inheritors

Types

Link copied to clipboard
data class FullAddress(val supportedCountryCodes: List<String>) : ACHDirectDebitAddressConfiguration

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

Link copied to clipboard

Address Form will be hidden.

Functions

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