profileReference property

  1. @BuiltValueField.new(wireName: r'profileReference')
String? get profileReference

The risk profile to assign to this payment. When left empty, the merchant-level account's default risk profile will be applied.

Implementation

@BuiltValueField(wireName: r'profileReference')
String? get profileReference;