contract property

  1. @BuiltValueField.new(wireName: r'contract')
RecurringContractEnum? get contract

The type of recurring contract to be used. Possible values: * ONECLICK – Payment details can be used to initiate a one-click payment, where the shopper enters the card security code (CVC/CVV). * RECURRING – Payment details can be used without the card security code to initiate card-not-present transactions. * ONECLICK,RECURRING – Payment details can be used regardless of whether the shopper is on your site or not. * PAYOUT – Payment details can be used to make a payout. * EXTERNAL - Use this when you store payment details and send the raw card number or network token directly in your API request.

Implementation

@BuiltValueField(wireName: r'contract')
RecurringContractEnum? get contract;