ApplePaySheetError.unserviceableShippingAddress constructor
- @FreezedUnionValue('UnserviceableShippingAddress')
- @JsonSerializable(explicitToJson: true)
- String? message,
Use this in case you cannot deliver to the shipping address
Implementation
@FreezedUnionValue('UnserviceableShippingAddress')
@JsonSerializable(explicitToJson: true)
/// Use this in case you cannot deliver to the shipping address
const factory ApplePaySheetError.unserviceableShippingAddress(
{
// message that needs to be displayed on the sheet
String? message}) = _ApplePaySheetErrorUnserviceableShipping;