merchantOpId property

  1. @JsonKey(name: "merchant_op_id")
String? merchantOpId
getter/setter pair

This is a number to identify the operation by a merchant. Useful for merchant business logic implementation to identify payments It must have exactly 12 digits

Implementation

@JsonKey(name: "merchant_op_id")
String? merchantOpId;