ipAddress property

  1. @MappableField.new(key: 'ip_address')
String? ipAddress
final

IP address of the customer when the transaction was initiated.

Implementation

@MappableField(key: 'ip_address')
final String? ipAddress;