File "SequenceType.php"
Full Path: /home/cananyalcin/public_html/core/lib/mollie/src/Types/SequenceType.php
File size: 288 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace Mollie\Api\Types;
class SequenceType
{
/**
* Sequence types.
*
* @see https://docs.mollie.com/guides/recurring
*/
const SEQUENCETYPE_ONEOFF = "oneoff";
const SEQUENCETYPE_FIRST = "first";
const SEQUENCETYPE_RECURRING = "recurring";
}