PhoneNumber
@JsonClass(generateAdapter = true)
Phone number parameter.
Parameters
key
Parameter key.
label
Parameter display label.
required
Indicates whether the parameter is required.
dialingCodes
Supported international dialing codes.
Constructors
Link copied to clipboard
constructor(key: String, label: String, required: Boolean, @Json(name = "dialing_codes") dialingCodes: List<PONativeAlternativePaymentElement.Form.Parameter.PhoneNumber.DialingCode>)
Types
Link copied to clipboard
@JsonClass(generateAdapter = true)
International dialing code.