post constant

  1. @BuiltValueEnumConst.new(wireName: r'post')
CheckoutOutgoingForwardRequestHttpMethodEnum const post

The HTTP method to use for the request Adyen makes on your behalf to the third party.

Implementation

@BuiltValueEnumConst(wireName: r'post')
static const CheckoutOutgoingForwardRequestHttpMethodEnum post = _$checkoutOutgoingForwardRequestHttpMethodEnum_post;