24 lines
1.2 KiB
PHP
24 lines
1.2 KiB
PHP
<?php
|
|
/**
|
|
* @OA\Schema(
|
|
* schema="CompanyGateway",
|
|
* type="object",
|
|
* @OA\Property(property="id", type="string", example="Opnel5aKBz", description="______"),
|
|
* @OA\Property(property="company_id", type="string", example="2", description="______"),
|
|
* @OA\Property(property="gateway_key", type="string", example="2", description="______"),
|
|
* @OA\Property(property="accepted_credit_cards", type="integer", example="32", description="Bitmask representation of cards"),
|
|
* @OA\Property(property="show_billing_address", type="boolean", example=true, description="______"),
|
|
* @OA\Property(property="show_shipping_address", type="boolean", example=true, description="______"),
|
|
* @OA\Property(property="config", type="string", example="dfadsfdsafsafd", description="The configuration map for the gateway"),
|
|
* @OA\Property(property="update_details", type="boolean", example |