AdditionalDataTemporaryServices |
AdditionalDataTemporaryServices.enhancedSchemeDataCustomerReference(String enhancedSchemeDataCustomerReference) |
The customer code, if supplied by a customer. * Encoding: ASCII * maxLength: 25
|
AdditionalDataTemporaryServices |
AdditionalDataTemporaryServices.enhancedSchemeDataEmployeeName(String enhancedSchemeDataEmployeeName) |
The name or ID of the person working in a temporary capacity. * maxLength: 40
|
AdditionalDataTemporaryServices |
AdditionalDataTemporaryServices.enhancedSchemeDataJobDescription(String enhancedSchemeDataJobDescription) |
The job description of the person working in a temporary capacity. * maxLength: 40 * Must not be all spaces.
|
AdditionalDataTemporaryServices |
AdditionalDataTemporaryServices.enhancedSchemeDataRegularHoursRate(String enhancedSchemeDataRegularHoursRate) |
The amount paid for regular hours worked, [minor units](https://docs.adyen.com/development-resources/currency-codes). * maxLength: 7 * Must not be empty * Can be all zeros
|
AdditionalDataTemporaryServices |
AdditionalDataTemporaryServices.enhancedSchemeDataRegularHoursWorked(String enhancedSchemeDataRegularHoursWorked) |
The hours worked. * maxLength: 7 * Must not be empty * Can be all zeros
|
AdditionalDataTemporaryServices |
AdditionalDataTemporaryServices.enhancedSchemeDataRequestName(String enhancedSchemeDataRequestName) |
The name of the person requesting temporary services. * maxLength: 40 * Must not be all zeros * Must not be all spaces
|
AdditionalDataTemporaryServices |
AdditionalDataTemporaryServices.enhancedSchemeDataTempStartDate(String enhancedSchemeDataTempStartDate) |
The billing period start date. * Format: ddMMyy * maxLength: 6
|
AdditionalDataTemporaryServices |
AdditionalDataTemporaryServices.enhancedSchemeDataTempWeekEnding(String enhancedSchemeDataTempWeekEnding) |
The billing period end date. * Format: ddMMyy * maxLength: 6
|
AdditionalDataTemporaryServices |
AdditionalDataTemporaryServices.enhancedSchemeDataTotalTaxAmount(String enhancedSchemeDataTotalTaxAmount) |
The total tax amount, in [minor units](https://docs.adyen.com/development-resources/currency-codes).
|
static AdditionalDataTemporaryServices |
AdditionalDataTemporaryServices.fromJson(String jsonString) |
Create an instance of AdditionalDataTemporaryServices given an JSON string
|