/
PaymentMethod Trevenque

PaymentMethod Trevenque

Structure

FieldTypeRequiredDescription
typeString
Group of type
codeStringtrueCode of the payment method.
nameStringtrueName of the payment method.

JSON representation

{
   	 "type" : "CREDIT",
     "code" : "VI",
     "name" : "Visa"
}

Related content