applicationId property

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

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

Implementation

@JsonKey(required: true)
String? applicationId;