ipAddress property

  1. @JsonKey(required: true)
String? ipAddress
getter/setter pair

The optional ipAddress that will be used in the metadata of the API calls and payment encryption.

Implementation

@JsonKey(required: true)
String? ipAddress;