makeAddressData

fun makeAddressData(addressOutputData: AddressOutputData, addressFormUIState: AddressFormUIState): Address?

Make Address object from the output data.

Return

Address object to be passed to the merchant as part of Payment Component Data.

Parameters

addressOutputData

Output data object storing the data from the form.

addressFormUIState

UI state of the form.